diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-16 05:17:45 -0400 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-30 03:00:30 -0400 |
commit | 1f8d721cd3dd1a2ee37152ce228f035212074984 (patch) | |
tree | 3a2b5ba694a4ffef0bceaeeacf46454d0511b2f3 /arch/arm/mach-imx/Kconfig | |
parent | 66384eedd900f2f6bb00e4f16c2cb770d6b0066b (diff) |
ARM: imx: Change the way nand devices are registered (imx21)
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 73c70af35fc8..23671824abd9 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -68,6 +68,7 @@ comment "MX21 platforms:" | |||
68 | 68 | ||
69 | config MACH_MX21ADS | 69 | config MACH_MX21ADS |
70 | bool "MX21ADS platform" | 70 | bool "MX21ADS platform" |
71 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
71 | help | 72 | help |
72 | Include support for MX21ADS platform. This includes specific | 73 | Include support for MX21ADS platform. This includes specific |
73 | configurations for the board and its peripherals. | 74 | configurations for the board and its peripherals. |