mac80211: remove NO-IR from channel 36-48
[openwrt/openwrt.git] / target / Config.in
index 967149d435b75cd6cf2f0e59b073e8a2f6647b3a..14dec6db4a89e34e94ef9fe47d2748c53bc9aa84 100644 (file)
@@ -39,6 +39,9 @@ config RTC_SUPPORT
 config BIG_ENDIAN
        bool
 
+config USES_DEVICETREE
+       bool
+
 config USES_INITRAMFS
        bool
 
@@ -48,6 +51,9 @@ config USES_SQUASHFS
 config USES_JFFS2
        bool
 
+config USES_JFFS2_NAND
+       bool
+
 config USES_EXT4
        bool
 
@@ -59,10 +65,14 @@ config USES_CPIOGZ
 
 config USES_UBIFS
        bool
+       select NAND_SUPPORT
 
 config PROFILE_KCONFIG
        bool
 
+config LOW_MEMORY_FOOTPRINT
+       bool
+
 config NOMMU
        bool
 
@@ -70,6 +80,12 @@ config HAS_MIPS16
        depends on (mips || mipsel || mips64 || mips64el)
        bool
 
+config RFKILL_SUPPORT
+       bool
+
+config NAND_SUPPORT
+       bool
+
 config ARCH_64BIT
        bool
 
@@ -82,6 +98,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