Merge tag 'efi-2020-07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / Kconfig
index 6865e1f909ed404f89b6666355319c87ffbaacc0..a11f872938d1a48c5eb35a0dc13c23b2a0e653b6 100644 (file)
@@ -86,6 +86,7 @@ config RISCV
 config SANDBOX
        bool "Sandbox"
        select BOARD_LATE_INIT
+       select BZIP2
        select DM
        select DM_GPIO
        select DM_I2C
@@ -94,8 +95,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
@@ -193,6 +196,7 @@ config X86
        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
@@ -204,14 +208,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