diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-03-28 04:27:09 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-03-28 04:27:09 -0400 |
commit | adaf7fd2df4a6560cb5c46fae6364aabce2a84fd (patch) | |
tree | c7ac9853c997dfc98414bb092a3ac91768cff14f /arch | |
parent | 8bf6e1bcf49dfef23d3a4187be7d9c6bdbfd8210 (diff) |
sh: select ARCH_DISCARD_MEMBLOCK.
We don't require it outside of the __init context, so discard it.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 713fb58ca507..5d1ae854bfda 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -5,6 +5,7 @@ config SUPERH | |||
5 | select HAVE_IDE if HAS_IOPORT | 5 | select HAVE_IDE if HAS_IOPORT |
6 | select HAVE_MEMBLOCK | 6 | select HAVE_MEMBLOCK |
7 | select HAVE_MEMBLOCK_NODE_MAP | 7 | select HAVE_MEMBLOCK_NODE_MAP |
8 | select ARCH_DISCARD_MEMBLOCK | ||
8 | select HAVE_OPROFILE | 9 | select HAVE_OPROFILE |
9 | select HAVE_GENERIC_DMA_COHERENT | 10 | select HAVE_GENERIC_DMA_COHERENT |
10 | select HAVE_ARCH_TRACEHOOK | 11 | select HAVE_ARCH_TRACEHOOK |