diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-16 06:26:53 -0400 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-30 03:00:35 -0400 |
commit | e2611ba40a937b8a749ef075a67e40acee5d1748 (patch) | |
tree | d412b52d70683583b12c6b215138703efe31c5d9 /arch/arm/mach-mx3/Kconfig | |
parent | a2ceeef59f8fc9303dd23ebe09e9daca70799ff5 (diff) |
ARM: imx: Change the way nand devices are registered (imx35)
Make use of new mechanism to register a nand device.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Kconfig')
-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 cb9368f71596..5611b2376f1c 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig | |||
@@ -100,6 +100,7 @@ config MACH_QONG | |||
100 | config MACH_PCM043 | 100 | config MACH_PCM043 |
101 | bool "Support Phytec pcm043 (i.MX35) platforms" | 101 | bool "Support Phytec pcm043 (i.MX35) platforms" |
102 | select ARCH_MX35 | 102 | select ARCH_MX35 |
103 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
103 | select MXC_ULPI if USB_ULPI | 104 | select MXC_ULPI if USB_ULPI |
104 | help | 105 | help |
105 | Include support for Phytec pcm043 platform. This includes | 106 | Include support for Phytec pcm043 platform. This includes |