X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=init%2FKconfig;h=b8dc1de0bafa2bc275e6cdf7e20e6eff2cbcd8a3;hp=31ba0fd0f36b5d22c326b38fdc1bb904b8e84cbc;hb=fd15ae01c5b1c73f2c992afd219bd18856ae3e48;hpb=8f86f36284547fdd873769a5f190549f3ab69cca diff --git a/init/Kconfig b/init/Kconfig index 31ba0fd0f36b..b8dc1de0bafa 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -555,6 +555,7 @@ config LOG_BUF_SHIFT int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" range 12 21 default 17 + depends on PRINTK help Select kernel log buffer size as a power of 2. Examples: @@ -947,7 +948,7 @@ config UID16 config SYSCTL_SYSCALL bool "Sysctl syscall support" if EXPERT depends on PROC_SYSCTL - default y + default n select SYSCTL ---help--- sys_sysctl uses binary paths that have been found challenging @@ -959,7 +960,7 @@ config SYSCTL_SYSCALL trying to save some space it is probably safe to disable this, making your kernel marginally smaller. - If unsure say Y here. + If unsure say N here. config KALLSYMS bool "Load all symbols for debugging/ksymoops" if EXPERT