diff options
Diffstat (limited to 'arch/arm/mach-mx3/Kconfig')
-rw-r--r-- | arch/arm/mach-mx3/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig new file mode 100644 index 000000000000..5fe8606cac08 --- /dev/null +++ b/arch/arm/mach-mx3/Kconfig | |||
@@ -0,0 +1,12 @@ | |||
1 | menu "MX3 Options" | ||
2 | depends on ARCH_MX3 | ||
3 | |||
4 | config MACH_MX31ADS | ||
5 | bool "Support MX31ADS platforms" | ||
6 | default y | ||
7 | help | ||
8 | Include support for MX31ADS platform. This includes specific | ||
9 | configurations for the board and its peripherals. | ||
10 | |||
11 | endmenu | ||
12 | |||