diff options
author | Magnus Damm <damm@opensource.se> | 2010-02-10 06:10:55 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-12 00:10:47 -0500 |
commit | 7fdda6780aaa21c7a94e09975649649bb0f4a932 (patch) | |
tree | d9240403a18aa07ba9589e311d366e2e302c3956 /arch/arm/mach-shmobile/Makefile | |
parent | e4e430c611db75f58d3ca33869e182a530859426 (diff) |
ARM: mach-shmobile: sh7367 and G3EVM pinmux support
Add support for the sh7367 pinmux using drivers/sh/pfc.c
and select serial console pins and some LEDs on G3EVM.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index 89ea4b0ea52d..9ef2630d1432 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile | |||
@@ -10,6 +10,10 @@ obj-$(CONFIG_ARCH_SH7367) += setup-sh7367.o clock-sh7367.o intc-sh7367.o | |||
10 | obj-$(CONFIG_ARCH_SH7377) += setup-sh7377.o clock-sh7367.o intc-sh7377.o | 10 | obj-$(CONFIG_ARCH_SH7377) += setup-sh7377.o clock-sh7367.o intc-sh7377.o |
11 | obj-$(CONFIG_ARCH_SH7372) += setup-sh7372.o clock-sh7367.o intc-sh7372.o | 11 | obj-$(CONFIG_ARCH_SH7372) += setup-sh7372.o clock-sh7367.o intc-sh7372.o |
12 | 12 | ||
13 | # Pinmux setup | ||
14 | pfc-$(CONFIG_ARCH_SH7367) := pfc-sh7367.o | ||
15 | obj-$(CONFIG_GENERIC_GPIO) += $(pfc-y) | ||
16 | |||
13 | # Board objects | 17 | # Board objects |
14 | obj-$(CONFIG_MACH_G3EVM) += board-g3evm.o | 18 | obj-$(CONFIG_MACH_G3EVM) += board-g3evm.o |
15 | obj-$(CONFIG_MACH_G4EVM) += board-g4evm.o | 19 | obj-$(CONFIG_MACH_G4EVM) += board-g4evm.o |