Commit 77607635c3f15e6bf6366e6d7db731a5cb209fb1
1 parent
51939fbb79
Exists in
master
and in
7 other branches
[MIPS] Sibyte: Config option names shouldn't be prefixed with CONFIG_
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
arch/mips/sibyte/Kconfig
... | ... | @@ -102,11 +102,11 @@ |
102 | 102 | Build a kernel suitable for running under the GDB simulator. |
103 | 103 | Primarily adjusts the kernel's notion of time. |
104 | 104 | |
105 | -config CONFIG_SB1_CEX_ALWAYS_FATAL | |
105 | +config SB1_CEX_ALWAYS_FATAL | |
106 | 106 | bool "All cache exceptions considered fatal (no recovery attempted)" |
107 | 107 | depends on SIBYTE_SB1xxx_SOC |
108 | 108 | |
109 | -config CONFIG_SB1_CERR_STALL | |
109 | +config SB1_CERR_STALL | |
110 | 110 | bool "Stall (rather than panic) on fatal cache error" |
111 | 111 | depends on SIBYTE_SB1xxx_SOC |
112 | 112 |