]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/Kconfig
include/bitfield.h: Assure new bitfield value doesn't touch unwanted bits
[karo-tx-uboot.git] / arch / Kconfig
index afa1d6c2d782e00282d14e7838f578ef1b8cd4f7..e952bb1e729846558dc79cc0fce4282f9fbecdae 100644 (file)
@@ -1,3 +1,6 @@
+config CREATE_ARCH_SYMLINK
+       bool
+
 config HAVE_GENERIC_BOARD
        bool
 
@@ -18,12 +21,14 @@ config ARC
 
 config ARM
        bool "ARM architecture"
+       select CREATE_ARCH_SYMLINK
        select HAVE_PRIVATE_LIBGCC if !ARM64
        select HAVE_GENERIC_BOARD
        select SUPPORT_OF_CONTROL
 
 config AVR32
        bool "AVR32 architecture"
+       select CREATE_ARCH_SYMLINK
        select HAVE_GENERIC_BOARD
        select SYS_GENERIC_BOARD
 
@@ -84,9 +89,11 @@ config SH
 
 config SPARC
        bool "SPARC architecture"
+       select CREATE_ARCH_SYMLINK
 
 config X86
        bool "x86 architecture"
+       select CREATE_ARCH_SYMLINK
        select HAVE_PRIVATE_LIBGCC
        select HAVE_GENERIC_BOARD
        select SYS_GENERIC_BOARD