riscv: sifive/fu540: kconfig: Move FU540 driver related options to the SoC level
[platform/kernel/u-boot.git] / arch / Kconfig
index 141e48b..e4a0a02 100644 (file)
@@ -10,7 +10,6 @@ choice
 
 config ARC
        bool "ARC architecture"
-       select ARCH_EARLY_INIT_R
        select ARC_TIMER
        select CLK
        select HAVE_PRIVATE_LIBGCC
@@ -86,6 +85,7 @@ config RISCV
 config SANDBOX
        bool "Sandbox"
        select BOARD_LATE_INIT
+       select BZIP2
        select DM
        select DM_GPIO
        select DM_I2C
@@ -94,8 +94,10 @@ config SANDBOX
        select DM_SERIAL
        select DM_SPI
        select DM_SPI_FLASH
+       select GZIP_COMPRESSED
        select HAVE_BLOCK_DEVICE
        select LZO
+       select OF_BOARD_SETUP
        select PCI_ENDPOINT
        select SPI
        select SUPPORT_OF_CONTROL
@@ -133,6 +135,10 @@ config SANDBOX
        imply PHYLIB
        imply DM_MDIO
        imply DM_MDIO_MUX
+       imply ACPI_PMC
+       imply ACPI_PMC_SANDBOX
+       imply CMD_PMC
+       imply CMD_CLONE
 
 config SH
        bool "SuperH architecture"
@@ -154,6 +160,7 @@ config X86
        select TIMER
        select USE_PRIVATE_LIBGCC
        select X86_TSC_TIMER
+       imply HAS_ROM if X86_RESET_VECTOR
        imply BLK
        imply CMD_DM
        imply CMD_FPGA_LOADMK
@@ -183,12 +190,15 @@ config X86
        imply USB_HOST_ETHER
        imply PCH
        imply RTC_MC146818
+       imply IRQ
+       imply ACPIGEN if !QEMU
 
        # Thing to enable for when SPL/TPL are enabled: SPL
        imply SPL_DM
        imply SPL_OF_LIBFDT
        imply SPL_DRIVERS_MISC_SUPPORT
        imply SPL_GPIO_SUPPORT
+       imply SPL_PINCTRL
        imply SPL_LIBCOMMON_SUPPORT
        imply SPL_LIBGENERIC_SUPPORT
        imply SPL_SERIAL_SUPPORT
@@ -200,14 +210,12 @@ config X86
        imply SPL_SYSCON
        # TPL
        imply TPL_DM
-       imply TPL_OF_LIBFDT
        imply TPL_DRIVERS_MISC_SUPPORT
        imply TPL_GPIO_SUPPORT
+       imply TPL_PINCTRL
        imply TPL_LIBCOMMON_SUPPORT
        imply TPL_LIBGENERIC_SUPPORT
        imply TPL_SERIAL_SUPPORT
-       imply TPL_SPI_FLASH_SUPPORT
-       imply TPL_SPI_SUPPORT
        imply TPL_OF_CONTROL
        imply TPL_TIMER
        imply TPL_REGMAP