Kconfig (bf61c8840efe60fd8f91446860b63338fb424158) | Kconfig (b9f10a10cd56414659724bfb9f8b65499f07d538) |
---|---|
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 --- 122 unchanged lines hidden (view full) --- 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 | 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 --- 122 unchanged lines hidden (view full) --- 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 |
|
139endif | 142endif |