diff options
Diffstat (limited to 'arch/arm/mach-mx3/Kconfig')
-rw-r--r-- | arch/arm/mach-mx3/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig index 5fe8606cac08..db9431dee1b4 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig | |||
@@ -8,5 +8,18 @@ config MACH_MX31ADS | |||
8 | Include support for MX31ADS platform. This includes specific | 8 | Include support for MX31ADS platform. This includes specific |
9 | configurations for the board and its peripherals. | 9 | configurations for the board and its peripherals. |
10 | 10 | ||
11 | config MACH_PCM037 | ||
12 | bool "Support Phytec pcm037 platforms" | ||
13 | help | ||
14 | Include support for Phytec pcm037 platform. This includes | ||
15 | specific configurations for the board and its peripherals. | ||
16 | |||
17 | config MACH_MX31LITE | ||
18 | bool "Support MX31 LITEKIT (LogicPD)" | ||
19 | default n | ||
20 | help | ||
21 | Include support for MX31 LITEKIT platform. This includes specific | ||
22 | configurations for the board and its peripherals. | ||
23 | |||
11 | endmenu | 24 | endmenu |
12 | 25 | ||