Kconfig (ecd740c6f2f092b90b95fa35f757973589eaaca2) | Kconfig (d41ef54027cc6e0697e5b77d7da393998bed7ee4) |
---|---|
1if ARCH_MMP 2 3menu "Marvell PXA168/910/MMP2 Implmentations" 4 5config MACH_ASPENITE 6 bool "Marvell's PXA168 Aspenite Development Board" 7 select CPU_PXA168 8 help --- 72 unchanged lines hidden (view full) --- 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" | 1if ARCH_MMP 2 3menu "Marvell PXA168/910/MMP2 Implmentations" 4 5config MACH_ASPENITE 6 bool "Marvell's PXA168 Aspenite Development Board" 7 select CPU_PXA168 8 help --- 72 unchanged lines hidden (view full) --- 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 select PINCTRL 93 select PINCTRL_SINGLE | 89 select USE_OF 90 select PINCTRL 91 select PINCTRL_SINGLE |
92 select COMMON_CLK 93 select ARCH_HAS_RESET_CONTROLLER 94 select CPU_MOHAWK |
|
94 help 95 Include support for Marvell MMP2 based platforms using 96 the device tree. Needn't select any other machine while 97 MACH_MMP_DT is enabled. 98 99config MACH_MMP2_DT 100 bool "Support MMP2 (ARMv7) platforms from device tree" 101 depends on !CPU_MOHAWK | 95 help 96 Include support for Marvell MMP2 based platforms using 97 the device tree. Needn't select any other machine while 98 MACH_MMP_DT is enabled. 99 100config MACH_MMP2_DT 101 bool "Support MMP2 (ARMv7) platforms from device tree" 102 depends on !CPU_MOHAWK |
102 select CPU_MMP2 | |
103 select USE_OF 104 select PINCTRL 105 select PINCTRL_SINGLE | 103 select USE_OF 104 select PINCTRL 105 select PINCTRL_SINGLE |
106 select COMMON_CLK 107 select ARCH_HAS_RESET_CONTROLLER 108 select CPU_PJ4 |
|
106 help 107 Include support for Marvell MMP2 based platforms using 108 the device tree. 109 110endmenu 111 112config CPU_PXA168 113 bool | 109 help 110 Include support for Marvell MMP2 based platforms using 111 the device tree. 112 113endmenu 114 115config CPU_PXA168 116 bool |
114 select COMMON_CLK | |
115 select CPU_MOHAWK 116 help 117 Select code specific to PXA168 118 119config CPU_PXA910 120 bool | 117 select CPU_MOHAWK 118 help 119 Select code specific to PXA168 120 121config CPU_PXA910 122 bool |
121 select COMMON_CLK | |
122 select CPU_MOHAWK 123 help 124 Select code specific to PXA910 125 126config CPU_MMP2 127 bool | 123 select CPU_MOHAWK 124 help 125 Select code specific to PXA910 126 127config CPU_MMP2 128 bool |
128 select COMMON_CLK | |
129 select CPU_PJ4 130 help 131 Select code specific to MMP2. MMP2 is ARMv7 compatible. 132 133config USB_EHCI_MV_U2O 134 bool "EHCI support for PXA USB OTG controller" 135 depends on USB_EHCI_MV 136 help 137 Enables support for OTG controller which can be switched to host mode. 138 139config MMP_SRAM 140 bool 141 142endif | 129 select CPU_PJ4 130 help 131 Select code specific to MMP2. MMP2 is ARMv7 compatible. 132 133config USB_EHCI_MV_U2O 134 bool "EHCI support for PXA USB OTG controller" 135 depends on USB_EHCI_MV 136 help 137 Enables support for OTG controller which can be switched to host mode. 138 139config MMP_SRAM 140 bool 141 142endif |