diff options
Diffstat (limited to 'arch/arm/mach-mx2/Kconfig')
-rw-r--r-- | arch/arm/mach-mx2/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/Kconfig b/arch/arm/mach-mx2/Kconfig index 61550443a233..c77da586b71d 100644 --- a/arch/arm/mach-mx2/Kconfig +++ b/arch/arm/mach-mx2/Kconfig | |||
@@ -59,4 +59,12 @@ config MACH_MX27_3DS | |||
59 | help | 59 | help |
60 | Include support for MX27PDK platform. This includes specific | 60 | Include support for MX27PDK platform. This includes specific |
61 | configurations for the board and its peripherals. | 61 | configurations for the board and its peripherals. |
62 | |||
63 | config MACH_MX27LITE | ||
64 | bool "LogicPD MX27 LITEKIT platform" | ||
65 | depends on MACH_MX27 | ||
66 | help | ||
67 | Include support for MX27 LITEKIT platform. This includes specific | ||
68 | configurations for the board and its peripherals. | ||
69 | |||
62 | endif | 70 | endif |