diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-24 13:41:27 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-10-31 23:39:52 +0100 |
commit | 1e65eb83a2c249a84e83828b36a9a78b364e5877 (patch) | |
tree | dadd2eb7e1398fcc3f46dbeb6ecd2de7784c5e73 /arch | |
parent | c7c0fb77f3484ebd105cf895817295222b2e7639 (diff) | |
download | linux-3.10-1e65eb83a2c249a84e83828b36a9a78b364e5877.tar.gz linux-3.10-1e65eb83a2c249a84e83828b36a9a78b364e5877.tar.bz2 linux-3.10-1e65eb83a2c249a84e83828b36a9a78b364e5877.zip |
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')
-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 4558bafbd1a..fe4b912463c 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig @@ -19,9 +19,6 @@ config OPENRISC config MMU def_bool y -config WISHBONE_BUS_BIG_ENDIAN - def_bool y - config SYMBOL_PREFIX string default "" @@ -160,15 +157,6 @@ config JUMP_UPON_UNHANDLED_EXCEPTION Say Y if you are unsure. -config OPENRISC_EXCEPTION_DEBUG - bool "Print processor state at each exception" - default n - help - This option will make your kernel unusable for all but kernel - debugging. - - Say N if you are unsure. - config OPENRISC_ESR_EXCEPTION_BUG_CHECK bool "Check for possible ESR exception bug" default n |