[PATCH] sandbox: Add missing select's to the architecture symbol

Tom Rini trini at konsulko.com
Tue Mar 17 02:24:26 CET 2026


As exposed by "make randconfig", we have an issues around a number of
symbols that we select without making sure to also select their
prerequisite symbols. Add these missing symbols.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 arch/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/Kconfig b/arch/Kconfig
index 62148f00cd36..7e563ba8b218 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -203,12 +203,15 @@ config SANDBOX
 	select DM_SPI
 	select DM_SPI_FLASH
 	select GZIP_COMPRESSED
+	select I2C
 	select LZO
 	select MMC
 	select MTD
 	select OF_BOARD_SETUP
+	select OF_CONTROL
 	select PCI_ENDPOINT
 	select SPI
+	select SERIAL
 	select SUPPORT_OF_CONTROL
 	select SUPPORT_BIG_ENDIAN
 	select SUPPORT_LITTLE_ENDIAN
-- 
2.43.0



More information about the U-Boot mailing list