aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3/Kconfig
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-06-16 06:23:11 -0400
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-06-30 03:00:34 -0400
commita2ceeef59f8fc9303dd23ebe09e9daca70799ff5 (patch)
treec25571df25c4693880cfb5548a86c2f706766939 /arch/arm/mach-mx3/Kconfig
parent0e7a29a8d97c4ea86b9975e65f554c0398a8fdbf (diff)
ARM: imx: Change the way nand devices are registered (imx31)
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/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig
index 344753fdf25..cb9368f7159 100644
--- a/arch/arm/mach-mx3/Kconfig
+++ b/arch/arm/mach-mx3/Kconfig
@@ -34,6 +34,7 @@ config MACH_MX31ADS_WM1133_EV1
34config MACH_PCM037 34config MACH_PCM037
35 bool "Support Phytec pcm037 (i.MX31) platforms" 35 bool "Support Phytec pcm037 (i.MX31) platforms"
36 select ARCH_MX31 36 select ARCH_MX31
37 select IMX_HAVE_PLATFORM_MXC_NAND
37 select MXC_ULPI if USB_ULPI 38 select MXC_ULPI if USB_ULPI
38 help 39 help
39 Include support for Phytec pcm037 platform. This includes 40 Include support for Phytec pcm037 platform. This includes
@@ -51,6 +52,7 @@ config MACH_MX31LITE
51 bool "Support MX31 LITEKIT (LogicPD)" 52 bool "Support MX31 LITEKIT (LogicPD)"
52 select ARCH_MX31 53 select ARCH_MX31
53 select MXC_ULPI if USB_ULPI 54 select MXC_ULPI if USB_ULPI
55 select IMX_HAVE_PLATFORM_MXC_NAND
54 help 56 help
55 Include support for MX31 LITEKIT platform. This includes specific 57 Include support for MX31 LITEKIT platform. This includes specific
56 configurations for the board and its peripherals. 58 configurations for the board and its peripherals.
@@ -58,6 +60,7 @@ config MACH_MX31LITE
58config MACH_MX31_3DS 60config MACH_MX31_3DS
59 bool "Support MX31PDK (3DS)" 61 bool "Support MX31PDK (3DS)"
60 select ARCH_MX31 62 select ARCH_MX31
63 select IMX_HAVE_PLATFORM_MXC_NAND
61 help 64 help
62 Include support for MX31PDK (3DS) platform. This includes specific 65 Include support for MX31PDK (3DS) platform. This includes specific
63 configurations for the board and its peripherals. 66 configurations for the board and its peripherals.
@@ -105,6 +108,7 @@ config MACH_PCM043
105config MACH_ARMADILLO5X0 108config MACH_ARMADILLO5X0
106 bool "Support Atmark Armadillo-500 Development Base Board" 109 bool "Support Atmark Armadillo-500 Development Base Board"
107 select ARCH_MX31 110 select ARCH_MX31
111 select IMX_HAVE_PLATFORM_MXC_NAND
108 select MXC_ULPI if USB_ULPI 112 select MXC_ULPI if USB_ULPI
109 help 113 help
110 Include support for Atmark Armadillo-500 platform. This includes 114 Include support for Atmark Armadillo-500 platform. This includes