diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-22 04:14:15 -0400 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-30 03:00:51 -0400 |
commit | a4dc013570e08ec4947b10fa78080da767b30527 (patch) | |
tree | 26029462e20eacfdc5480e41b15faf0ccbc491a8 /arch/arm/mach-mx3/Kconfig | |
parent | 06606ff1300ecb05a2a2953c9f735730950365f5 (diff) |
ARM: imx: dynamically register spi_imx devices (imx35)
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 60d58a62906a..a8018e8edb01 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig | |||
@@ -45,6 +45,7 @@ config MACH_PCM037 | |||
45 | config MACH_PCM037_EET | 45 | config MACH_PCM037_EET |
46 | bool "Support pcm037 EET board extensions" | 46 | bool "Support pcm037 EET board extensions" |
47 | depends on MACH_PCM037 | 47 | depends on MACH_PCM037 |
48 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
48 | help | 49 | help |
49 | Add support for PCM037 EET baseboard extensions. If you are using the | 50 | Add support for PCM037 EET baseboard extensions. If you are using the |
50 | OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel | 51 | OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel |