diff options
Diffstat (limited to 'arch/arm/mach-mx3/Kconfig')
-rw-r--r-- | arch/arm/mach-mx3/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig index 6f17ceb00593..6b318d73e2a3 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig | |||
@@ -89,4 +89,11 @@ config MACH_ARMADILLO5X0 | |||
89 | Include support for Atmark Armadillo-500 platform. This includes | 89 | Include support for Atmark Armadillo-500 platform. This includes |
90 | specific configurations for the board and its peripherals. | 90 | specific configurations for the board and its peripherals. |
91 | 91 | ||
92 | config MACH_MX35_3DS | ||
93 | bool "Support MX35PDK platform" | ||
94 | select ARCH_MX35 | ||
95 | default n | ||
96 | help | ||
97 | Include support for MX35PDK platform. This includes specific | ||
98 | configurations for the board and its peripherals. | ||
92 | endif | 99 | endif |