diff options
author | Magnus Damm | 2008-02-07 12:23:53 +0100 |
---|---|---|
committer | Paul Mundt | 2008-02-14 06:22:09 +0100 |
commit | c1a34e4c547a7e6185078bf5e65a3ca0e1081df2 (patch) | |
tree | 3738c0572af31f805082329728749f337ac6b88b /arch/sh/Kconfig | |
parent | sh: trapped io support for r2d V2 (diff) | |
download | kernel-qcow2-linux-c1a34e4c547a7e6185078bf5e65a3ca0e1081df2.tar.gz kernel-qcow2-linux-c1a34e4c547a7e6185078bf5e65a3ca0e1081df2.tar.xz kernel-qcow2-linux-c1a34e4c547a7e6185078bf5e65a3ca0e1081df2.zip |
sh: trapped io support for highlander V2
This patch converts the highlander CF device from good old machvec readb/writeb
to the new shiny trapped io.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
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 0d288fe87021..3297b87a40d6 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -476,6 +476,7 @@ config SH_HIGHLANDER bool "Highlander" depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 select SYS_SUPPORTS_PCI + select IO_TRAPPED config SH_MIGOR bool "Migo-R" |