]> git.sur5r.net Git - u-boot/blobdiff - arch/Kconfig
rockchip: spi: rk3399: move CONFIG_SPI and CONFIG_SPI_FLASH to defconfig
[u-boot] / arch / Kconfig
index 92d4b97701bf6b160e99f2214328fac1046c47e8..308c6ead023279bf033358d0356d8e4747dc6294 100644 (file)
@@ -12,6 +12,10 @@ config ARC
        bool "ARC architecture"
        select HAVE_PRIVATE_LIBGCC
        select SUPPORT_OF_CONTROL
+       select ARCH_EARLY_INIT_R
+       select CLK
+       select TIMER
+       select ARC_TIMER
 
 config ARM
        bool "ARM architecture"
@@ -25,6 +29,7 @@ config AVR32
 
 config BLACKFIN
        bool "Blackfin architecture"
+       select ARCH_MISC_INIT
 
 config M68K
        bool "M68000 architecture"
@@ -60,8 +65,10 @@ config PPC
 
 config SANDBOX
        bool "Sandbox"
+       select BOARD_LATE_INIT
        select SUPPORT_OF_CONTROL
        select DM
+       select DM_KEYBOARD
        select DM_SPI_FLASH
        select DM_SERIAL
        select DM_I2C
@@ -83,11 +90,17 @@ config X86
        select HAVE_PRIVATE_LIBGCC
        select SUPPORT_OF_CONTROL
        select DM
+       select DM_KEYBOARD
        select DM_SERIAL
        select DM_GPIO
        select DM_SPI
        select DM_SPI_FLASH
 
+config XTENSA
+       bool "Xtensa architecture"
+       select CREATE_ARCH_SYMLINK
+       select SUPPORT_OF_CONTROL
+
 endchoice
 
 config SYS_ARCH
@@ -161,3 +174,4 @@ source "arch/sandbox/Kconfig"
 source "arch/sh/Kconfig"
 source "arch/sparc/Kconfig"
 source "arch/x86/Kconfig"
+source "arch/xtensa/Kconfig"