aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-10-24 07:41:27 -0400
committerMichal Marek <mmarek@suse.cz>2011-10-31 18:39:52 -0400
commit1e65eb83a2c249a84e83828b36a9a78b364e5877 (patch)
treedadd2eb7e1398fcc3f46dbeb6ecd2de7784c5e73
parentc7c0fb77f3484ebd105cf895817295222b2e7639 (diff)
openrisc: drop unused Kconfig symbols
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Michal Marek <mmarek@suse.cz>
-rw-r--r--arch/openrisc/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index 4558bafbd1a..fe4b912463c 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -19,9 +19,6 @@ config OPENRISC
19config MMU 19config MMU
20 def_bool y 20 def_bool y
21 21
22config WISHBONE_BUS_BIG_ENDIAN
23 def_bool y
24
25config SYMBOL_PREFIX 22config 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
163config 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
172config OPENRISC_ESR_EXCEPTION_BUG_CHECK 160config 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