| 1234567891011121314151617 |
- menuconfig ARCH_MEDIATEK
- bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7
- select ARM_GIC
- select PINCTRL
- select MTK_TIMER
- help
- Support for Mediatek MT65xx & MT81xx SoCs
- if ARCH_MEDIATEK
- config MACH_MT2701
- bool "MediaTek MT2701 SoCs support"
- default n
- select MFD_SYSCON
- select MTK_BASE_POWER
- endif
|