diff options
author | Jiri Olsa <olsajiri@gmail.com> | 2008-02-05 01:29:58 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 12:44:21 -0500 |
commit | f156ac8c7aeddb2d85294b7a3b849178625e15e2 (patch) | |
tree | 60fb2b1cc7f8e4eb7f42e9972c67c0231d840f9a /arch/m68knommu/Kconfig.debug | |
parent | c155f3f9c54c602823c3970ec8a465ec3f9c2017 (diff) |
m68knommu: removing config variable DUMPTOFLASH
Removing config variable DUMPTOFLASH, since it is not used
Signed-off-by: Jiri Olsa <olsajiri@gmail.com>
Acked-by: Greg Ungerer <gerg@snapgear.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68knommu/Kconfig.debug')
-rw-r--r-- | arch/m68knommu/Kconfig.debug | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/m68knommu/Kconfig.debug b/arch/m68knommu/Kconfig.debug index 9ff47bd09aee..ed6d9a83bfdb 100644 --- a/arch/m68knommu/Kconfig.debug +++ b/arch/m68knommu/Kconfig.debug | |||
@@ -21,13 +21,6 @@ config BOOTPARAM_STRING | |||
21 | default 'console=ttyS0,19200' | 21 | default 'console=ttyS0,19200' |
22 | depends on BOOTPARAM | 22 | depends on BOOTPARAM |
23 | 23 | ||
24 | config DUMPTOFLASH | ||
25 | bool "Panic/Dump to FLASH" | ||
26 | depends on COLDFIRE | ||
27 | help | ||
28 | Dump any panic of trap output into a flash memory segment | ||
29 | for later analysis. | ||
30 | |||
31 | config NO_KERNEL_MSG | 24 | config NO_KERNEL_MSG |
32 | bool "Suppress Kernel BUG Messages" | 25 | bool "Suppress Kernel BUG Messages" |
33 | help | 26 | help |