diff options
Diffstat (limited to 'arch/arm/mach-mmp/Kconfig')
-rw-r--r-- | arch/arm/mach-mmp/Kconfig | 36 |
1 files changed, 26 insertions, 10 deletions
diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig index 5a90b9a3ab6e..7fddd01b85b9 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig | |||
@@ -2,16 +2,6 @@ if ARCH_MMP | |||
2 | 2 | ||
3 | menu "Marvell PXA168/910/MMP2 Implmentations" | 3 | menu "Marvell PXA168/910/MMP2 Implmentations" |
4 | 4 | ||
5 | config MACH_MMP_DT | ||
6 | bool "Support MMP2 platforms from device tree" | ||
7 | select CPU_PXA168 | ||
8 | select CPU_PXA910 | ||
9 | select USE_OF | ||
10 | help | ||
11 | Include support for Marvell MMP2 based platforms using | ||
12 | the device tree. Needn't select any other machine while | ||
13 | MACH_MMP_DT is enabled. | ||
14 | |||
15 | config MACH_ASPENITE | 5 | config MACH_ASPENITE |
16 | bool "Marvell's PXA168 Aspenite Development Board" | 6 | bool "Marvell's PXA168 Aspenite Development Board" |
17 | select CPU_PXA168 | 7 | select CPU_PXA168 |
@@ -94,6 +84,25 @@ config MACH_GPLUGD | |||
94 | Say 'Y' here if you want to support the Marvell PXA168-based | 84 | Say 'Y' here if you want to support the Marvell PXA168-based |
95 | GuruPlug Display (gplugD) Board | 85 | GuruPlug Display (gplugD) Board |
96 | 86 | ||
87 | config MACH_MMP_DT | ||
88 | bool "Support MMP (ARMv5) platforms from device tree" | ||
89 | select CPU_PXA168 | ||
90 | select CPU_PXA910 | ||
91 | select USE_OF | ||
92 | help | ||
93 | Include support for Marvell MMP2 based platforms using | ||
94 | the device tree. Needn't select any other machine while | ||
95 | MACH_MMP_DT is enabled. | ||
96 | |||
97 | config MACH_MMP2_DT | ||
98 | bool "Support MMP2 (ARMv7) platforms from device tree" | ||
99 | depends on !CPU_MOHAWK | ||
100 | select CPU_MMP2 | ||
101 | select USE_OF | ||
102 | help | ||
103 | Include support for Marvell MMP2 based platforms using | ||
104 | the device tree. | ||
105 | |||
97 | endmenu | 106 | endmenu |
98 | 107 | ||
99 | config CPU_PXA168 | 108 | config CPU_PXA168 |
@@ -113,4 +122,11 @@ config CPU_MMP2 | |||
113 | select CPU_PJ4 | 122 | select CPU_PJ4 |
114 | help | 123 | help |
115 | Select code specific to MMP2. MMP2 is ARMv7 compatible. | 124 | Select code specific to MMP2. MMP2 is ARMv7 compatible. |
125 | |||
126 | config USB_EHCI_MV_U2O | ||
127 | bool "EHCI support for PXA USB OTG controller" | ||
128 | depends on USB_EHCI_MV | ||
129 | help | ||
130 | Enables support for OTG controller which can be switched to host mode. | ||
131 | |||
116 | endif | 132 | endif |