diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-24 13:40:17 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-10-31 23:39:51 +0100 |
commit | 1a8fffff6737c0be0769ca273bb74a9337b549a6 (patch) | |
tree | 13786f95b869bfdb072e37d79f678127081fb0dc | |
parent | fd694a1ead63e0818d96ed3c94d91e9796d6390f (diff) | |
download | linux-3.10-1a8fffff6737c0be0769ca273bb74a9337b549a6.tar.gz linux-3.10-1a8fffff6737c0be0769ca273bb74a9337b549a6.tar.bz2 linux-3.10-1a8fffff6737c0be0769ca273bb74a9337b549a6.zip |
m32r: drop unused Kconfig symbol
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michal Marek <mmarek@suse.cz>
-rw-r--r-- | arch/m32r/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index b92b9445255..0e0b312d90d 100644 --- 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 |