diff options
Diffstat (limited to 'arch/openrisc')
-rw-r--r-- | arch/openrisc/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index 4558bafbd1a2..fe4b912463c6 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig | |||
@@ -19,9 +19,6 @@ config OPENRISC | |||
19 | config MMU | 19 | config MMU |
20 | def_bool y | 20 | def_bool y |
21 | 21 | ||
22 | config WISHBONE_BUS_BIG_ENDIAN | ||
23 | def_bool y | ||
24 | |||
25 | config SYMBOL_PREFIX | 22 | config SYMBOL_PREFIX |
26 | string | 23 | string |
27 | default "" | 24 | default "" |
@@ -160,15 +157,6 @@ config JUMP_UPON_UNHANDLED_EXCEPTION | |||
160 | 157 | ||
161 | Say Y if you are unsure. | 158 | Say Y if you are unsure. |
162 | 159 | ||
163 | config OPENRISC_EXCEPTION_DEBUG | ||
164 | bool "Print processor state at each exception" | ||
165 | default n | ||
166 | help | ||
167 | This option will make your kernel unusable for all but kernel | ||
168 | debugging. | ||
169 | |||
170 | Say N if you are unsure. | ||
171 | |||
172 | config OPENRISC_ESR_EXCEPTION_BUG_CHECK | 160 | config OPENRISC_ESR_EXCEPTION_BUG_CHECK |
173 | bool "Check for possible ESR exception bug" | 161 | bool "Check for possible ESR exception bug" |
174 | default n | 162 | default n |