config: enable EARLY_PRINTK on bcm53xx by default
[openwrt/staging/wigyori.git] / config / Config-kernel.in
index 51cc31f515447fd0d9b202b393f98c235d6c5310..db633c15a55991500c52ac18c171a398c84095ef 100644 (file)
@@ -96,6 +96,7 @@ config KERNEL_DYNAMIC_DEBUG
 
 config KERNEL_EARLY_PRINTK
        bool "Compile the kernel with early printk"
+       default y if TARGET_bcm53xx
        default n
        depends on arm
        select KERNEL_DEBUG_KERNEL
@@ -465,3 +466,17 @@ if KERNEL_LXC_MISC
                  operations on message queues.
 
 endif
+
+config KERNEL_SECCOMP
+       bool "Enable seccomp support"
+               depends on !(TARGET_uml || TARGET_avr32)
+               default n
+               help
+                 Build kernel with support for seccomp.
+
+config KERNEL_SECCOMP_FILTER
+       bool "Enable seccomp filter support"
+               depends on KERNEL_SECCOMP
+               default n
+               help
+                 Build kernel with support for seccomp BPF programs.