X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fm68k%2FKconfig;h=fc2c3d0cba5dfb601713f82944f1780c9d742cbb;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=35ea6886f3595b82bb2808c9747ce56c3014fecc;hpb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;p=linux-2.6.git diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 35ea6886f..fc2c3d0cb 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -21,12 +21,10 @@ config RWSEM_GENERIC_SPINLOCK config RWSEM_XCHGADD_ALGORITHM bool - mainmenu "Linux/68k Kernel Configuration" source "init/Kconfig" - menu "Platform dependent setup" config EISA @@ -355,7 +353,6 @@ config 060_WRITETHROUGH endmenu - menu "General setup" source "fs/Kconfig.binfmt" @@ -447,7 +444,6 @@ endmenu source "drivers/Kconfig" - menu "Character devices" config ATARI_MFPSER @@ -652,43 +648,7 @@ endmenu source "fs/Kconfig" -menu "Kernel hacking" - -config DEBUG_KERNEL - bool "Kernel debugging" - -config MAGIC_SYSRQ - bool "Magic SysRq key" - depends on DEBUG_KERNEL - help - If you say Y here, you will have some control over the system even - if the system crashes for example during kernel debugging (e.g., you - will be able to flush the buffer cache to disk, reboot the system - immediately or dump some status information). This is accomplished - by pressing various keys while holding SysRq (Alt+PrintScreen). It - also works on a serial console (on PC hardware at least), if you - send a BREAK and then within 5 seconds a command keypress. The - keys are documented in . Don't say Y - unless you really know what this hack does. - -config DEBUG_SLAB - bool "Debug memory allocations" - depends on DEBUG_KERNEL - -config DEBUG_BUGVERBOSE - bool "Verbose BUG() reporting" - depends on DEBUG_KERNEL - -config DEBUG_INFO - bool "Compile the kernel with debug info" - depends on DEBUG_KERNEL - help - If you say Y here the resulting kernel image will include - debugging info resulting in a larger kernel image. - Say Y here only if you plan to use gdb to debug the kernel. - If you don't debug the kernel, you can say N. - -endmenu +source "arch/m68k/Kconfig.debug" source "kernel/vserver/Kconfig" @@ -697,4 +657,3 @@ source "security/Kconfig" source "crypto/Kconfig" source "lib/Kconfig" -