diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-09-12 20:41:05 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-12 20:41:05 +0900 |
commit | cb700aa4f13d38726defab3060d3ebeaf67dc189 (patch) | |
tree | 7d60e396368f649149d545a936e4ccebd83b8a0b /arch/sh/Kconfig | |
parent | 934135c19d8a1be435bae75aefc09b8ae1698b16 (diff) | |
download | linux-3.10-cb700aa4f13d38726defab3060d3ebeaf67dc189.tar.gz linux-3.10-cb700aa4f13d38726defab3060d3ebeaf67dc189.tar.bz2 linux-3.10-cb700aa4f13d38726defab3060d3ebeaf67dc189.zip |
sh: ioremap_prot support.
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 bbdcd6418ef..434183eb4f1 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -12,6 +12,7 @@ config SUPERH select HAVE_IDE select HAVE_OPROFILE select HAVE_GENERIC_DMA_COHERENT + select HAVE_IOREMAP_PROT help The SuperH is a RISC processor targeted for use in embedded systems and consumer electronics; it was also used in the Sega Dreamcast |