Kconfig (75b1bdf51c4b5c383296de2df9ad83b1b8dd287f) | Kconfig (3f4dd3224df9664a44bf05df56c7c12622f7a1c7) |
---|---|
1if ARCH_MMP 2 3menu "Marvell PXA168/910/MMP2 Implmentations" 4 | 1if ARCH_MMP 2 3menu "Marvell PXA168/910/MMP2 Implmentations" 4 |
5config 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 | |
15config MACH_ASPENITE 16 bool "Marvell's PXA168 Aspenite Development Board" 17 select CPU_PXA168 18 help 19 Say 'Y' here if you want to support the Marvell PXA168-based 20 Aspenite Development Board. 21 22config MACH_ZYLONITE2 --- 66 unchanged lines hidden (view full) --- 89 90config MACH_GPLUGD 91 bool "Marvell's PXA168 GuruPlug Display (gplugD) Board" 92 select CPU_PXA168 93 help 94 Say 'Y' here if you want to support the Marvell PXA168-based 95 GuruPlug Display (gplugD) Board 96 | 5config MACH_ASPENITE 6 bool "Marvell's PXA168 Aspenite Development Board" 7 select CPU_PXA168 8 help 9 Say 'Y' here if you want to support the Marvell PXA168-based 10 Aspenite Development Board. 11 12config MACH_ZYLONITE2 --- 66 unchanged lines hidden (view full) --- 79 80config MACH_GPLUGD 81 bool "Marvell's PXA168 GuruPlug Display (gplugD) Board" 82 select CPU_PXA168 83 help 84 Say 'Y' here if you want to support the Marvell PXA168-based 85 GuruPlug Display (gplugD) Board 86 |
87config 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 97config 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 |
|
97endmenu 98 99config CPU_PXA168 100 bool 101 select CPU_MOHAWK 102 help 103 Select code specific to PXA168 104 105config CPU_PXA910 106 bool 107 select CPU_MOHAWK 108 help 109 Select code specific to PXA910 110 111config CPU_MMP2 112 bool 113 select CPU_PJ4 114 help 115 Select code specific to MMP2. MMP2 is ARMv7 compatible. | 106endmenu 107 108config CPU_PXA168 109 bool 110 select CPU_MOHAWK 111 help 112 Select code specific to PXA168 113 114config CPU_PXA910 115 bool 116 select CPU_MOHAWK 117 help 118 Select code specific to PXA910 119 120config CPU_MMP2 121 bool 122 select CPU_PJ4 123 help 124 Select code specific to MMP2. MMP2 is ARMv7 compatible. |
116 117config USB_EHCI_MV_U2O 118 bool "EHCI support for PXA USB OTG controller" 119 depends on USB_EHCI_MV 120 help 121 Enables support for OTG controller which can be switched to host mode. 122 | |
123endif | 125endif |