diff options
author | Magnus Damm <damm@igel.co.jp> | 2008-10-08 13:42:10 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-20 03:34:12 +0200 |
commit | 0436ec15aeab7cceb0c1866fefb1edaa9aade28d (patch) | |
tree | 25262d3bef21fbfeaac40c772dcdd83e11f7d28d /arch/sh/kernel/cpu/sh4a/Makefile | |
parent | sh: Use sh7722 GPIO on Migo-R board (diff) | |
download | linux-0436ec15aeab7cceb0c1866fefb1edaa9aade28d.tar.xz linux-0436ec15aeab7cceb0c1866fefb1edaa9aade28d.zip |
sh: Add sh7723 pinmux code
This patch adds pinmux and gpio support for the sh7723 processor.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/Makefile')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/Makefile b/arch/sh/kernel/cpu/sh4a/Makefile index aced813b03ca..be9a0c185958 100644 --- a/arch/sh/kernel/cpu/sh4a/Makefile +++ b/arch/sh/kernel/cpu/sh4a/Makefile @@ -29,6 +29,7 @@ clock-$(CONFIG_CPU_SUBTYPE_SHX3) := clock-shx3.o # Pinmux setup pinmux-$(CONFIG_CPU_SUBTYPE_SH7722) := pinmux-sh7722.o +pinmux-$(CONFIG_CPU_SUBTYPE_SH7723) := pinmux-sh7723.o obj-y += $(clock-y) obj-$(CONFIG_SMP) += $(smp-y) |