]> git.sur5r.net Git - u-boot/blobdiff - arch/Kconfig
x86: spl: Add weak arch_cpu_init_dm()
[u-boot] / arch / Kconfig
index 92d4b97701bf6b160e99f2214328fac1046c47e8..76c690f6675e78eae2dfa07717d1009db6e3ec7f 100644 (file)
@@ -12,6 +12,7 @@ config ARC
        bool "ARC architecture"
        select HAVE_PRIVATE_LIBGCC
        select SUPPORT_OF_CONTROL
+       select ARCH_EARLY_INIT_R
 
 config ARM
        bool "ARM architecture"
@@ -25,6 +26,7 @@ config AVR32
 
 config BLACKFIN
        bool "Blackfin architecture"
+       select ARCH_MISC_INIT
 
 config M68K
        bool "M68000 architecture"
@@ -60,8 +62,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 +87,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 +171,4 @@ source "arch/sandbox/Kconfig"
 source "arch/sh/Kconfig"
 source "arch/sparc/Kconfig"
 source "arch/x86/Kconfig"
+source "arch/xtensa/Kconfig"