diff options
author | Marc Kleine-Budde <mkl@pengutronix.de> | 2010-08-18 12:22:59 -0400 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-09-27 06:52:56 -0400 |
commit | 81aa17207b3c50f32be31a1be949e98c660da5f1 (patch) | |
tree | 535f69ae693297d16bad1f5e74a1a73f1f05bce6 /arch/arm/mach-mx3/Kconfig | |
parent | d17e1c1ac3a1e4befecb34c20dc8cb901aa72aba (diff) |
ARM: mx3/mx35_3ds: add NAND flash
The mx35_3ds comes with 2 GiByte NAND flash. This adds the
corresponding platform device.
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 85beece802aa..2ae10885635a 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig | |||
@@ -140,6 +140,7 @@ config MACH_MX35_3DS | |||
140 | bool "Support MX35PDK platform" | 140 | bool "Support MX35PDK platform" |
141 | select ARCH_MX35 | 141 | select ARCH_MX35 |
142 | select IMX_HAVE_PLATFORM_IMX_UART | 142 | select IMX_HAVE_PLATFORM_IMX_UART |
143 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
143 | default n | 144 | default n |
144 | help | 145 | help |
145 | Include support for MX35PDK platform. This includes specific | 146 | Include support for MX35PDK platform. This includes specific |