diff options
Diffstat (limited to 'arch/Kconfig')
| -rw-r--r-- | arch/Kconfig | 13 | 
1 files changed, 9 insertions, 4 deletions
| diff --git a/arch/Kconfig b/arch/Kconfig index 19f2891ba1c..2e0528d819c 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -134,7 +134,7 @@ config SANDBOX  	select ARCH_SUPPORTS_LTO  	select BOARD_LATE_INIT  	select BZIP2 -	select CMD_POWEROFF +	select CMD_POWEROFF if CMDLINE  	select DM  	select DM_EVENT  	select DM_FUZZING_ENGINE @@ -152,10 +152,10 @@ config SANDBOX  	select PCI_ENDPOINT  	select SPI  	select SUPPORT_OF_CONTROL -	select SYSRESET_CMD_POWEROFF +	select SYSRESET_CMD_POWEROFF if CMD_POWEROFF  	select SYS_CACHE_SHIFT_4  	select IRQ -	select SUPPORT_EXTENSION_SCAN +	select SUPPORT_EXTENSION_SCAN if CMDLINE  	select SUPPORT_ACPI  	imply BITREVERSE  	select BLOBLIST @@ -208,6 +208,11 @@ config SANDBOX  	imply PHYSMEM  	imply GENERATE_ACPI_TABLE  	imply BINMAN +	imply CMD_MBR +	imply CMD_MMC +	imply BOOTSTD_DEFAULTS if BOOTSTD_FULL && CMDLINE +	imply BOOTMETH_DISTRO if BOOTSTD_FULL && CMDLINE +	imply CMD_SYSBOOT if BOOTSTD_FULL  config SH  	bool "SuperH architecture" @@ -246,7 +251,7 @@ config X86  	imply DM_KEYBOARD  	imply DM_MMC  	imply DM_RTC -	imply DM_SCSI +	imply SCSI  	imply DM_SERIAL  	imply DM_SPI  	imply DM_SPI_FLASH | 
