]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/Kconfig
sh4: remove __io config options from r2dplus and r7780mp boards
[people/ms/u-boot.git] / arch / Kconfig
index 92d4b97701bf6b160e99f2214328fac1046c47e8..ffc7b45379401da5e9f339fd82ad14f85d392c36 100644 (file)
@@ -62,6 +62,7 @@ config SANDBOX
        bool "Sandbox"
        select SUPPORT_OF_CONTROL
        select DM
+       select DM_KEYBOARD
        select DM_SPI_FLASH
        select DM_SERIAL
        select DM_I2C
@@ -83,11 +84,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 +168,4 @@ source "arch/sandbox/Kconfig"
 source "arch/sh/Kconfig"
 source "arch/sparc/Kconfig"
 source "arch/x86/Kconfig"
+source "arch/xtensa/Kconfig"