diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-04-01 05:11:48 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-07 10:14:56 -0400 |
commit | bca6ef1e53b601ece59250f41b9817eba3afa490 (patch) | |
tree | 00b4d295f1b2738ba869ac5750f5f7debd456e01 /arch/arm/mach-mx3 | |
parent | 01eb1753fcafd25304ec9392e0d9d2acb649931b (diff) |
MXC: Add iomux support for MX35 SoCs
This iomux is called iomux-v3 in the tree because it is the third known
incarnation of MXC iomuxers. It is not only found on the MX35 but also
on the MX51 and probably others.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3')
-rw-r--r-- | arch/arm/mach-mx3/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig index 194b8428bba4..6d61ef01db57 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig | |||
@@ -5,6 +5,7 @@ config ARCH_MX31 | |||
5 | 5 | ||
6 | config ARCH_MX35 | 6 | config ARCH_MX35 |
7 | bool | 7 | bool |
8 | select ARCH_MXC_IOMUX_V3 | ||
8 | 9 | ||
9 | comment "MX3 platforms:" | 10 | comment "MX3 platforms:" |
10 | 11 | ||