diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-24 07:41:27 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-10-31 18:39:52 -0400 |
commit | 1e65eb83a2c249a84e83828b36a9a78b364e5877 (patch) | |
tree | dadd2eb7e1398fcc3f46dbeb6ecd2de7784c5e73 /arch/openrisc/Kconfig | |
parent | c7c0fb77f3484ebd105cf895817295222b2e7639 (diff) |
openrisc: drop unused Kconfig symbols
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/openrisc/Kconfig')
-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 |