hostapd: remove old button hotplug script
[openwrt.git] / target / Config.in
index 31f3ced..a7951aa 100644 (file)
@@ -3,7 +3,7 @@ source "tmp/.config-target.in"
 # Kernel/Hardware features
 
 config HAS_SPE_FPU
-       depends powerpc
+       depends on powerpc
        select HAS_FPU
        bool
 
@@ -48,6 +48,9 @@ config USES_SQUASHFS
 config USES_JFFS2
        bool
 
+config USES_JFFS2_NAND
+       bool
+
 config USES_EXT4
        bool
 
@@ -66,6 +69,13 @@ config PROFILE_KCONFIG
 config NOMMU
        bool
 
+config HAS_MIPS16
+       depends on (mips || mipsel || mips64 || mips64el)
+       bool
+
+config ARCH_64BIT
+       bool
+
 # Architecture selection
 
 config arm
@@ -75,6 +85,18 @@ config armeb
        select BIG_ENDIAN
        bool
 
+config arm_v4
+       bool
+
+config arm_v5
+       bool
+
+config arm_v6
+       bool
+
+config arm_v7
+       bool
+
 config avr32
        select BIG_ENDIAN
        bool
@@ -100,9 +122,11 @@ config mipsel
 
 config mips64
        select BIG_ENDIAN
+       select ARCH_64BIT
        bool
 
 config mips64el
+       select ARCH_64BIT
        bool
 
 config powerpc
@@ -111,6 +135,7 @@ config powerpc
 
 config powerpc64
        select BIG_ENDIAN
+       select ARCH_64BIT
        bool
 
 config sh3
@@ -132,6 +157,7 @@ config sparc
        bool
 
 config x86_64
+       select ARCH_64BIT
        bool
 
 config ARCH