diff options
author | Magnus Damm <magnus.damm@gmail.com> | 2008-02-07 06:21:10 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 00:22:09 -0500 |
commit | 2d952b4b8c94ed8576b4221dad9654c5d98275d0 (patch) | |
tree | 5da9ac33e72153617cec9dcbb0e0cb4707782108 /arch/sh/Kconfig | |
parent | e7cc9a7340b8ec018caa9eb1d035fdaef1f2fc51 (diff) |
sh: trapped io support for r2d V2
This patch converts the CF device on r2d boards from machvec readb/writeb
to 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 f61bf17db39f..0d288fe87021 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -459,6 +459,7 @@ config SH_RTS7751R2D | |||
459 | bool "RTS7751R2D" | 459 | bool "RTS7751R2D" |
460 | depends on CPU_SUBTYPE_SH7751R | 460 | depends on CPU_SUBTYPE_SH7751R |
461 | select SYS_SUPPORTS_PCI | 461 | select SYS_SUPPORTS_PCI |
462 | select IO_TRAPPED | ||
462 | help | 463 | help |
463 | Select RTS7751R2D if configuring for a Renesas Technology | 464 | Select RTS7751R2D if configuring for a Renesas Technology |
464 | Sales SH-Graphics board. | 465 | Sales SH-Graphics board. |