diff options
author | Phil Edworthy <phil.edworthy@renesas.com> | 2012-05-09 07:59:29 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-10 11:49:58 +0900 |
commit | 41797f75486d8ca3b98d7658c2a506ac7879a8e5 (patch) | |
tree | fc49a898c22a9d510a41dd62f62690eaffaf44ce /arch/sh/boards | |
parent | d584e204ff574b43d4dcaa87ae233c4e9d08e1fb (diff) |
sh: Add pinmux for sh7264
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | arch/sh/boards/mach-rsk/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-rsk/Kconfig b/arch/sh/boards/mach-rsk/Kconfig index 4abbdee0e37f..4315af511649 100644 --- a/arch/sh/boards/mach-rsk/Kconfig +++ b/arch/sh/boards/mach-rsk/Kconfig @@ -15,6 +15,7 @@ config SH_RSK7203 config SH_RSK7264 bool "RSK2+SH7264" + select ARCH_REQUIRE_GPIOLIB depends on CPU_SUBTYPE_SH7264 endchoice |