kirkwood: add diag LEDs for ZyXEL NSA325
[openwrt/staging/mkresin.git] / config / Config-kernel.in
index 310c6dfd073acce3ddcb95d92ee33a17830071e9..db17f6a9dd14eeb9d6912002cd1634a6c5656a70 100644 (file)
@@ -550,7 +550,7 @@ if KERNEL_CGROUPS
 
                config KERNEL_BLK_DEV_THROTTLING
                        bool "Enable throttling policy"
-                       default y if TARGET_brcm2708
+                       default y if TARGET_bcm27xx
 
                config KERNEL_BLK_DEV_THROTTLING_LOW
                        bool "Block throttling .low limit interface support (EXPERIMENTAL)"
@@ -625,7 +625,7 @@ endif
 
 config KERNEL_DEVPTS_MULTIPLE_INSTANCES
        bool "Support multiple instances of devpts"
-       default y
+       default y if !SMALL_FLASH
        help
          Enable support for multiple instances of devpts filesystem.
          If you want to have isolated PTY namespaces (eg: in containers),
@@ -635,7 +635,7 @@ config KERNEL_DEVPTS_MULTIPLE_INSTANCES
 
 config KERNEL_POSIX_MQUEUE
        bool "POSIX Message Queues"
-       default y
+       default y if !SMALL_FLASH
        help
          POSIX variant of message queues is a part of IPC. In POSIX message
          queues every message has a priority which decides about succession
@@ -782,7 +782,7 @@ menu "Filesystem ACL and attr support options"
                select KERNEL_FS_POSIX_ACL
                default y if USE_FS_ACL_ATTR
 
-       config KERNEL_HFSPLUG_FS_POSIX_ACL
+       config KERNEL_HFSPLUS_FS_POSIX_ACL
                bool "Enable POSIX ACL for HFS+ Filesystems"
                select KERNEL_FS_POSIX_ACL
                default y if USE_FS_ACL_ATTR