diff options
author | Phil Edworthy <phil.edworthy@renesas.com> | 2012-05-10 10:26:54 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-10 10:20:03 +0200 |
commit | ef0fa5331a73e479a30f73e00937afb5109566d7 (patch) | |
tree | a26491339f062e4aca921764202dc5dc070036f6 /arch/sh/kernel/cpu/sh2a/Makefile | |
parent | sh: Add RSK2+SH7269 board (diff) | |
download | linux-ef0fa5331a73e479a30f73e00937afb5109566d7.tar.xz linux-ef0fa5331a73e479a30f73e00937afb5109566d7.zip |
sh: Add pinmux for sh7269
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh2a/Makefile')
-rw-r--r-- | arch/sh/kernel/cpu/sh2a/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh2a/Makefile b/arch/sh/kernel/cpu/sh2a/Makefile index dc52e36cb370..7fdc102d0dd6 100644 --- a/arch/sh/kernel/cpu/sh2a/Makefile +++ b/arch/sh/kernel/cpu/sh2a/Makefile @@ -19,5 +19,6 @@ obj-$(CONFIG_CPU_SUBTYPE_MXG) += setup-mxg.o clock-sh7206.o # Pinmux setup pinmux-$(CONFIG_CPU_SUBTYPE_SH7203) := pinmux-sh7203.o pinmux-$(CONFIG_CPU_SUBTYPE_SH7264) := pinmux-sh7264.o +pinmux-$(CONFIG_CPU_SUBTYPE_SH7269) := pinmux-sh7269.o obj-$(CONFIG_GENERIC_GPIO) += $(pinmux-y) |