diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2009-12-10 04:25:07 -0500 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-01-05 04:10:08 -0500 |
commit | f747f935431c796749752037b8cf7d3f76e96b47 (patch) | |
tree | 0ebfb7fdb726ee40f23e10d9d19247e610c377c1 /arch/arm/mach-mx2/Kconfig | |
parent | bc727390f0a7d7069a39cd97451fa890caa0010e (diff) |
imx: rename Kconfig symbol for "LogicPD MX27 LITEKIT platform"
Not using MACH_IMX27LITE makes machine_is_imx27lite always return 0
independent of building support for this machine.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Daniel Schaeffer <daniel.schaeffer@timesys.com>
Diffstat (limited to 'arch/arm/mach-mx2/Kconfig')
-rw-r--r-- | arch/arm/mach-mx2/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/Kconfig b/arch/arm/mach-mx2/Kconfig index a8bc33749b28..7bc797c1c3a2 100644 --- a/arch/arm/mach-mx2/Kconfig +++ b/arch/arm/mach-mx2/Kconfig | |||
@@ -90,7 +90,7 @@ config MACH_MX27_3DS | |||
90 | Include support for MX27PDK platform. This includes specific | 90 | Include support for MX27PDK platform. This includes specific |
91 | configurations for the board and its peripherals. | 91 | configurations for the board and its peripherals. |
92 | 92 | ||
93 | config MACH_MX27LITE | 93 | config MACH_IMX27LITE |
94 | bool "LogicPD MX27 LITEKIT platform" | 94 | bool "LogicPD MX27 LITEKIT platform" |
95 | depends on MACH_MX27 | 95 | depends on MACH_MX27 |
96 | help | 96 | help |