From: Ralf Baechle Date: Thu, 10 Nov 2005 16:32:14 +0000 (+0000) Subject: [MIPS] Sibyte: Config option names shouldn't be prefixed with CONFIG_ X-Git-Tag: v2.6.16-rc5~66^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77607635c3f15e6bf6366e6d7db731a5cb209fb1;p=platform%2Fkernel%2Flinux-3.10.git [MIPS] Sibyte: Config option names shouldn't be prefixed with CONFIG_ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/sibyte/Kconfig b/arch/mips/sibyte/Kconfig index de46f62..816aee7 100644 --- a/arch/mips/sibyte/Kconfig +++ b/arch/mips/sibyte/Kconfig @@ -102,11 +102,11 @@ config SIMULATION Build a kernel suitable for running under the GDB simulator. Primarily adjusts the kernel's notion of time. -config CONFIG_SB1_CEX_ALWAYS_FATAL +config SB1_CEX_ALWAYS_FATAL bool "All cache exceptions considered fatal (no recovery attempted)" depends on SIBYTE_SB1xxx_SOC -config CONFIG_SB1_CERR_STALL +config SB1_CERR_STALL bool "Stall (rather than panic) on fatal cache error" depends on SIBYTE_SB1xxx_SOC