diff options
Diffstat (limited to 'arch/mips/sibyte/Kconfig')
-rw-r--r-- | arch/mips/sibyte/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/sibyte/Kconfig b/arch/mips/sibyte/Kconfig index 6a5a08f5e212..de46f62ac462 100644 --- a/arch/mips/sibyte/Kconfig +++ b/arch/mips/sibyte/Kconfig | |||
@@ -102,6 +102,14 @@ config SIMULATION | |||
102 | Build a kernel suitable for running under the GDB simulator. | 102 | Build a kernel suitable for running under the GDB simulator. |
103 | Primarily adjusts the kernel's notion of time. | 103 | Primarily adjusts the kernel's notion of time. |
104 | 104 | ||
105 | config CONFIG_SB1_CEX_ALWAYS_FATAL | ||
106 | bool "All cache exceptions considered fatal (no recovery attempted)" | ||
107 | depends on SIBYTE_SB1xxx_SOC | ||
108 | |||
109 | config CONFIG_SB1_CERR_STALL | ||
110 | bool "Stall (rather than panic) on fatal cache error" | ||
111 | depends on SIBYTE_SB1xxx_SOC | ||
112 | |||
105 | config SIBYTE_CFE | 113 | config SIBYTE_CFE |
106 | bool "Booting from CFE" | 114 | bool "Booting from CFE" |
107 | depends on SIBYTE_SB1xxx_SOC | 115 | depends on SIBYTE_SB1xxx_SOC |