Skip to content

Commit

Permalink
mx25: move ARCH_MXC_IOMUX_V3 to the ARCH level
Browse files Browse the repository at this point in the history
ARCH_MXC_IOMUX_V3 is not specific to the i.MX25 PDK platform. Thus,
ARCH_MXC_IOMUX_V3 should be selected by ARCH_MX25.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Baruch Siach authored and Sascha Hauer committed Feb 24, 2010
1 parent 82d52a1 commit 08268b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-mx25/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ if ARCH_MX25
comment "MX25 platforms:"

config MACH_MX25_3DS
select ARCH_MXC_IOMUX_V3
bool "Support MX25PDK (3DS) Platform"

endif
1 change: 1 addition & 0 deletions arch/arm/plat-mxc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ config ARCH_MX25
bool "MX25-based"
select CPU_ARM926T
select COMMON_CLKDEV
select ARCH_MXC_IOMUX_V3
select HAVE_FB_IMX
help
This enables support for systems based on the Freescale i.MX25 family
Expand Down

0 comments on commit 08268b7

Please sign in to comment.