diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-24 07:40:17 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-10-31 18:39:51 -0400 |
commit | 1a8fffff6737c0be0769ca273bb74a9337b549a6 (patch) | |
tree | 13786f95b869bfdb072e37d79f678127081fb0dc /arch/m32r | |
parent | fd694a1ead63e0818d96ed3c94d91e9796d6390f (diff) |
m32r: drop unused Kconfig symbol
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/m32r')
-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 b92b9445255d..0e0b312d90d2 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig | |||
@@ -322,13 +322,6 @@ config NODES_SHIFT | |||
322 | default "1" | 322 | default "1" |
323 | depends on NEED_MULTIPLE_NODES | 323 | depends on NEED_MULTIPLE_NODES |
324 | 324 | ||
325 | # turning this on wastes a bunch of space. | ||
326 | # Summit needs it only when NUMA is on | ||
327 | config BOOT_IOREMAP | ||
328 | bool | ||
329 | depends on NUMA | ||
330 | default n | ||
331 | |||
332 | endmenu | 325 | endmenu |
333 | 326 | ||
334 | 327 | ||