aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx2/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx2/Kconfig')
-rw-r--r--arch/arm/mach-mx2/Kconfig19
1 files changed, 15 insertions, 4 deletions
diff --git a/arch/arm/mach-mx2/Kconfig b/arch/arm/mach-mx2/Kconfig
index c8a2eac4d13c..742fd4e6dcb9 100644
--- a/arch/arm/mach-mx2/Kconfig
+++ b/arch/arm/mach-mx2/Kconfig
@@ -6,11 +6,13 @@ choice
6 6
7config MACH_MX21 7config MACH_MX21
8 bool "i.MX21 support" 8 bool "i.MX21 support"
9 select ARCH_MXC_AUDMUX_V1
9 help 10 help
10 This enables support for Freescale's MX2 based i.MX21 processor. 11 This enables support for Freescale's MX2 based i.MX21 processor.
11 12
12config MACH_MX27 13config MACH_MX27
13 bool "i.MX27 support" 14 bool "i.MX27 support"
15 select ARCH_MXC_AUDMUX_V1
14 help 16 help
15 This enables support for Freescale's MX2 based i.MX27 processor. 17 This enables support for Freescale's MX2 based i.MX27 processor.
16 18
@@ -35,6 +37,7 @@ config MACH_MX27ADS
35config MACH_PCM038 37config MACH_PCM038
36 bool "Phytec phyCORE-i.MX27 CPU module (pcm038)" 38 bool "Phytec phyCORE-i.MX27 CPU module (pcm038)"
37 depends on MACH_MX27 39 depends on MACH_MX27
40 select MXC_ULPI if USB_ULPI
38 help 41 help
39 Include support for phyCORE-i.MX27 (aka pcm038) platform. This 42 Include support for phyCORE-i.MX27 (aka pcm038) platform. This
40 includes specific configurations for the module and its peripherals. 43 includes specific configurations for the module and its peripherals.
@@ -53,7 +56,7 @@ config MACH_PCM970_BASEBOARD
53 56
54endchoice 57endchoice
55 58
56config MACH_EUKREA_CPUIMX27 59config MACH_CPUIMX27
57 bool "Eukrea CPUIMX27 module" 60 bool "Eukrea CPUIMX27 module"
58 depends on MACH_MX27 61 depends on MACH_MX27
59 help 62 help
@@ -62,14 +65,14 @@ config MACH_EUKREA_CPUIMX27
62 65
63config MACH_EUKREA_CPUIMX27_USESDHC2 66config MACH_EUKREA_CPUIMX27_USESDHC2
64 bool "CPUIMX27 integrates SDHC2 module" 67 bool "CPUIMX27 integrates SDHC2 module"
65 depends on MACH_EUKREA_CPUIMX27 68 depends on MACH_CPUIMX27
66 help 69 help
67 This adds support for the internal SDHC2 used on CPUIMX27 used 70 This adds support for the internal SDHC2 used on CPUIMX27 used
68 for wifi or eMMC. 71 for wifi or eMMC.
69 72
70choice 73choice
71 prompt "Baseboard" 74 prompt "Baseboard"
72 depends on MACH_EUKREA_CPUIMX27 75 depends on MACH_CPUIMX27
73 default MACH_EUKREA_MBIMX27_BASEBOARD 76 default MACH_EUKREA_MBIMX27_BASEBOARD
74 77
75config MACH_EUKREA_MBIMX27_BASEBOARD 78config MACH_EUKREA_MBIMX27_BASEBOARD
@@ -88,7 +91,7 @@ config MACH_MX27_3DS
88 Include support for MX27PDK platform. This includes specific 91 Include support for MX27PDK platform. This includes specific
89 configurations for the board and its peripherals. 92 configurations for the board and its peripherals.
90 93
91config MACH_MX27LITE 94config MACH_IMX27LITE
92 bool "LogicPD MX27 LITEKIT platform" 95 bool "LogicPD MX27 LITEKIT platform"
93 depends on MACH_MX27 96 depends on MACH_MX27
94 help 97 help
@@ -98,8 +101,16 @@ config MACH_MX27LITE
98config MACH_PCA100 101config MACH_PCA100
99 bool "Phytec phyCARD-s (pca100)" 102 bool "Phytec phyCARD-s (pca100)"
100 depends on MACH_MX27 103 depends on MACH_MX27
104 select MXC_ULPI if USB_ULPI
101 help 105 help
102 Include support for phyCARD-s (aka pca100) platform. This 106 Include support for phyCARD-s (aka pca100) platform. This
103 includes specific configurations for the module and its peripherals. 107 includes specific configurations for the module and its peripherals.
104 108
109config MACH_MXT_TD60
110 bool "Maxtrack i-MXT TD60"
111 depends on MACH_MX27
112 help
113 Include support for i-MXT (aka td60) platform. This
114 includes specific configurations for the module and its peripherals.
115
105endif 116endif