]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/Kconfig
mmc: whitespace cleanup; add () around macro args
[karo-tx-uboot.git] / arch / Kconfig
index 92d4b97701bf6b160e99f2214328fac1046c47e8..d718a68171286f0216c463adf834a03333ec39b5 100644 (file)
@@ -88,6 +88,11 @@ config X86
        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 +166,4 @@ source "arch/sandbox/Kconfig"
 source "arch/sh/Kconfig"
 source "arch/sparc/Kconfig"
 source "arch/x86/Kconfig"
+source "arch/xtensa/Kconfig"