diff options
author | Magnus Damm <damm@igel.co.jp> | 2008-10-08 07:42:01 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-19 21:34:08 -0400 |
commit | 91b6f3c5252937f85e56c71215b37024827ae924 (patch) | |
tree | c345ad0d6fb4643b37694cd4fb1f4a3cf71c57e1 /arch/sh/boards/Kconfig | |
parent | 8d7b5b0af7e070b9ae0852541f67aa84da078315 (diff) |
sh: Use sh7722 GPIO on Migo-R board
This patch enables the GPIO code on Migo-R and converts the code from
register based pinmux configuration to GPIO based pin by pin setup.
Fix whitespace damage while at it and add 2 LEDs and export them 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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index c6b21e82755e..4e37f5c02158 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig | |||
@@ -162,6 +162,7 @@ config SH_SH7785LCR_29BIT_PHYSMAPS | |||
162 | config SH_MIGOR | 162 | config SH_MIGOR |
163 | bool "Migo-R" | 163 | bool "Migo-R" |
164 | depends on CPU_SUBTYPE_SH7722 | 164 | depends on CPU_SUBTYPE_SH7722 |
165 | select GENERIC_GPIO | ||
165 | help | 166 | help |
166 | Select Migo-R if configuring for the SH7722 Migo-R platform | 167 | Select Migo-R if configuring for the SH7722 Migo-R platform |
167 | by Renesas System Solutions Asia Pte. Ltd. | 168 | by Renesas System Solutions Asia Pte. Ltd. |