diff options
author | Matt Fleming <matt@console-pimps.org> | 2009-07-03 03:16:54 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-07-03 03:16:54 -0400 |
commit | c601a51af10f714292f42eab45fa8c9154dc1414 (patch) | |
tree | 3b3aeba10f7883578ac8dfd765804594eea8e9f1 /arch/sh/Kconfig | |
parent | 47220f623c3216ca276bad517ed208ea2ffceaa2 (diff) |
sh: Use bootmem ontop of lmb
Rework the bootmem allocator to use the lmb framework.
Signed-off-by: Matt Fleming <matt@console-pimps.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-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 e2bdd7b94fd9..0fb99b0eac5b 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -10,6 +10,7 @@ config SUPERH | |||
10 | select EMBEDDED | 10 | select EMBEDDED |
11 | select HAVE_CLK | 11 | select HAVE_CLK |
12 | select HAVE_IDE | 12 | select HAVE_IDE |
13 | select HAVE_LMB | ||
13 | select HAVE_OPROFILE | 14 | select HAVE_OPROFILE |
14 | select HAVE_GENERIC_DMA_COHERENT | 15 | select HAVE_GENERIC_DMA_COHERENT |
15 | select HAVE_IOREMAP_PROT if MMU | 16 | select HAVE_IOREMAP_PROT if MMU |