aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/Kconfig
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2008-10-08 07:42:20 -0400
committerPaul Mundt <lethal@linux-sh.org>2008-10-19 21:34:15 -0400
commit16587c453b90b761c6b883f1d6cc06fe3d455eee (patch)
treeb8fc39c538c01654aa1e54bcc0968c433debe7eb /arch/sh/boards/Kconfig
parent0436ec15aeab7cceb0c1866fefb1edaa9aade28d (diff)
sh: Use sh7723 GPIO on AP325RXA board
This patch enables the GPIO code on AP325RXA and converts the code from register based pinmux configuration to GPIO based pin by pin setup. While at it 2 LEDs and one switch are added and exported to user space. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/Kconfig')
-rw-r--r--arch/sh/boards/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig
index 4e37f5c02158..2a059191efef 100644
--- a/arch/sh/boards/Kconfig
+++ b/arch/sh/boards/Kconfig
@@ -170,6 +170,7 @@ config SH_MIGOR
170config SH_AP325RXA 170config SH_AP325RXA
171 bool "AP-325RXA" 171 bool "AP-325RXA"
172 depends on CPU_SUBTYPE_SH7723 172 depends on CPU_SUBTYPE_SH7723
173 select GENERIC_GPIO
173 help 174 help
174 Renesas "AP-325RXA" support. 175 Renesas "AP-325RXA" support.
175 Compatible with ALGO SYSTEM CO.,LTD. "AP-320A" 176 Compatible with ALGO SYSTEM CO.,LTD. "AP-320A"