diff options
| author | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-03-13 00:59:55 +0100 |
|---|---|---|
| committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-03-13 00:59:55 +0100 |
| commit | dfa4df1fd3eb10800495ca944601fe6b060b696c (patch) | |
| tree | be8d436912a2db8319007e6f0509a39e9183d597 /init | |
| parent | b038f7f3fe393aac5d4baad0500076e2dd679f03 (diff) | |
Kconfig: cleanup kernel hacking menu
o This properly indents the kernel hacking menu.
o Move LOG_BUF_SHIFT into kernel hacking menu (it already depended on DEBUG_KERNEL).
o Add DEBUG_KERNEL dependency to EARLY_PRINTK, DEBUG_PREEMPT and FRAME_POINTER.
o Remove overlong dependency, which included practically every arch.
o Merge the two MAGIC_SYSRQ menu entries.
o Remove unnecessary "default n" options.
Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'init')
| -rw-r--r-- | init/Kconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/init/Kconfig b/init/Kconfig index ac693aac85d5..c3cf600f1fed 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -157,7 +157,6 @@ config SYSCTL config AUDIT bool "Auditing support" default y if SECURITY_SELINUX - default n help Enable auditing infrastructure that can be used with another kernel subsystem, such as SELinux (which requires this for @@ -168,29 +167,11 @@ config AUDITSYSCALL bool "Enable system-call auditing support" depends on AUDIT && (X86 || PPC64 || ARCH_S390 || IA64) default y if SECURITY_SELINUX - default n help Enable low-overhead system-call auditing infrastructure that can be used independently or with another kernel subsystem, such as SELinux. -config LOG_BUF_SHIFT - int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" if DEBUG_KERNEL - range 12 21 - default 17 if ARCH_S390 - default 16 if X86_NUMAQ || IA64 - default 15 if SMP - default 14 - help - Select kernel log buffer size as a power of 2. - Defaults and Examples: - 17 => 128 KB for S/390 - 16 => 64 KB for x86 NUMAQ or IA-64 - 15 => 32 KB for SMP - 14 => 16 KB for uniprocessor - 13 => 8 KB - 12 => 4 KB - config HOTPLUG bool "Support for hot-pluggable devices" if !ARCH_S390 default ARCH_S390 @@ -311,7 +292,6 @@ config EPOLL config CC_OPTIMIZE_FOR_SIZE bool "Optimize for size" if EMBEDDED default y if ARM || H8300 - default n help Enabling this option will pass "-Os" instead of "-O2" to gcc resulting in a smaller kernel. |
