From: Jiri Olsa Removing config variable DUMPTOFLASH, since it is not used Signed-off-by: Jiri Olsa Cc: Greg Ungerer Signed-off-by: Andrew Morton --- arch/m68knommu/Kconfig.debug | 7 ------- arch/m68knommu/defconfig | 1 - 2 files changed, 8 deletions(-) diff -puN arch/m68knommu/defconfig~m68knommu-removing-config-variable-dumptoflash arch/m68knommu/defconfig --- a/arch/m68knommu/defconfig~m68knommu-removing-config-variable-dumptoflash +++ a/arch/m68knommu/defconfig @@ -597,7 +597,6 @@ CONFIG_MSDOS_PARTITION=y # CONFIG_FULLDEBUG is not set # CONFIG_HIGHPROFILE is not set # CONFIG_BOOTPARAM is not set -# CONFIG_DUMPTOFLASH is not set # CONFIG_NO_KERNEL_MSG is not set # CONFIG_BDM_DISABLE is not set diff -puN arch/m68knommu/Kconfig.debug~m68knommu-removing-config-variable-dumptoflash arch/m68knommu/Kconfig.debug --- a/arch/m68knommu/Kconfig.debug~m68knommu-removing-config-variable-dumptoflash +++ a/arch/m68knommu/Kconfig.debug @@ -21,13 +21,6 @@ config BOOTPARAM_STRING default 'console=ttyS0,19200' depends on BOOTPARAM -config DUMPTOFLASH - bool "Panic/Dump to FLASH" - depends on COLDFIRE - help - Dump any panic of trap output into a flash memory segment - for later analysis. - config NO_KERNEL_MSG bool "Suppress Kernel BUG Messages" help _