diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-16 01:35:31 -0400 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-30 03:00:33 -0400 |
commit | 0e7a29a8d97c4ea86b9975e65f554c0398a8fdbf (patch) | |
tree | 3f29051d620eb0dd446e22713382c01e8fab3ed5 /arch/arm/mach-imx/Kconfig | |
parent | b0c4845c47bce6fefe5e08b1e0cbd100d62ec36b (diff) |
ARM: imx: Change the way nand devices are registered (imx27)
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-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 23671824abd9..5af1c22112a7 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -81,12 +81,14 @@ comment "MX27 platforms:" | |||
81 | 81 | ||
82 | config MACH_MX27ADS | 82 | config MACH_MX27ADS |
83 | bool "MX27ADS platform" | 83 | bool "MX27ADS platform" |
84 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
84 | help | 85 | help |
85 | Include support for MX27ADS platform. This includes specific | 86 | Include support for MX27ADS platform. This includes specific |
86 | configurations for the board and its peripherals. | 87 | configurations for the board and its peripherals. |
87 | 88 | ||
88 | config MACH_PCM038 | 89 | config MACH_PCM038 |
89 | bool "Phytec phyCORE-i.MX27 CPU module (pcm038)" | 90 | bool "Phytec phyCORE-i.MX27 CPU module (pcm038)" |
91 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
90 | select MXC_ULPI if USB_ULPI | 92 | select MXC_ULPI if USB_ULPI |
91 | help | 93 | help |
92 | Include support for phyCORE-i.MX27 (aka pcm038) platform. This | 94 | Include support for phyCORE-i.MX27 (aka pcm038) platform. This |
@@ -108,6 +110,7 @@ endchoice | |||
108 | 110 | ||
109 | config MACH_CPUIMX27 | 111 | config MACH_CPUIMX27 |
110 | bool "Eukrea CPUIMX27 module" | 112 | bool "Eukrea CPUIMX27 module" |
113 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
111 | help | 114 | help |
112 | Include support for Eukrea CPUIMX27 platform. This includes | 115 | Include support for Eukrea CPUIMX27 platform. This includes |
113 | specific configurations for the module and its peripherals. | 116 | specific configurations for the module and its peripherals. |
@@ -147,6 +150,7 @@ config MACH_IMX27LITE | |||
147 | 150 | ||
148 | config MACH_PCA100 | 151 | config MACH_PCA100 |
149 | bool "Phytec phyCARD-s (pca100)" | 152 | bool "Phytec phyCARD-s (pca100)" |
153 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
150 | select MXC_ULPI if USB_ULPI | 154 | select MXC_ULPI if USB_ULPI |
151 | help | 155 | help |
152 | Include support for phyCARD-s (aka pca100) platform. This | 156 | Include support for phyCARD-s (aka pca100) platform. This |
@@ -154,6 +158,7 @@ config MACH_PCA100 | |||
154 | 158 | ||
155 | config MACH_MXT_TD60 | 159 | config MACH_MXT_TD60 |
156 | bool "Maxtrack i-MXT TD60" | 160 | bool "Maxtrack i-MXT TD60" |
161 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
157 | help | 162 | help |
158 | Include support for i-MXT (aka td60) platform. This | 163 | Include support for i-MXT (aka td60) platform. This |
159 | includes specific configurations for the module and its peripherals. | 164 | includes specific configurations for the module and its peripherals. |