projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd694a1
)
m32r: drop unused Kconfig symbol
author
Paul Bolle
<pebolle@tiscali.nl>
Mon, 24 Oct 2011 11:40:17 +0000
(13:40 +0200)
committer
Michal Marek
<mmarek@suse.cz>
Mon, 31 Oct 2011 22:39:51 +0000
(23:39 +0100)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michal Marek <mmarek@suse.cz>
arch/m32r/Kconfig
patch
|
blob
|
history
diff --git
a/arch/m32r/Kconfig
b/arch/m32r/Kconfig
index b92b9445255d36bdf1734dfcb94d78b30892c755..0e0b312d90d2e1b0a3c9097a737348cdc8eefc85 100644
(file)
--- a/
arch/m32r/Kconfig
+++ b/
arch/m32r/Kconfig
@@
-322,13
+322,6
@@
config NODES_SHIFT
default "1"
depends on NEED_MULTIPLE_NODES
-# turning this on wastes a bunch of space.
-# Summit needs it only when NUMA is on
-config BOOT_IOREMAP
- bool
- depends on NUMA
- default n
-
endmenu