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 | |
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')
-rw-r--r-- | arch/arm/mach-mx2/Kconfig | 2 | ||||
-rw-r--r-- | arch/arm/mach-mx2/Makefile | 2 |
2 files changed, 2 insertions, 2 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 |
diff --git a/arch/arm/mach-mx2/Makefile b/arch/arm/mach-mx2/Makefile index 2ba9997c7087..a3406984e6bd 100644 --- a/arch/arm/mach-mx2/Makefile +++ b/arch/arm/mach-mx2/Makefile | |||
@@ -16,7 +16,7 @@ obj-$(CONFIG_MACH_MX27ADS) += mx27ads.o | |||
16 | obj-$(CONFIG_MACH_PCM038) += pcm038.o | 16 | obj-$(CONFIG_MACH_PCM038) += pcm038.o |
17 | obj-$(CONFIG_MACH_PCM970_BASEBOARD) += pcm970-baseboard.o | 17 | obj-$(CONFIG_MACH_PCM970_BASEBOARD) += pcm970-baseboard.o |
18 | obj-$(CONFIG_MACH_MX27_3DS) += mx27pdk.o | 18 | obj-$(CONFIG_MACH_MX27_3DS) += mx27pdk.o |
19 | obj-$(CONFIG_MACH_MX27LITE) += mx27lite.o | 19 | obj-$(CONFIG_MACH_IMX27LITE) += mx27lite.o |
20 | obj-$(CONFIG_MACH_CPUIMX27) += eukrea_cpuimx27.o | 20 | obj-$(CONFIG_MACH_CPUIMX27) += eukrea_cpuimx27.o |
21 | obj-$(CONFIG_MACH_EUKREA_MBIMX27_BASEBOARD) += eukrea_mbimx27-baseboard.o | 21 | obj-$(CONFIG_MACH_EUKREA_MBIMX27_BASEBOARD) += eukrea_mbimx27-baseboard.o |
22 | obj-$(CONFIG_MACH_PCA100) += pca100.o | 22 | obj-$(CONFIG_MACH_PCA100) += pca100.o |