blob: 9f59e58da3a47717dfbe64c4813446b3945ba8c9 [file] [log] [blame]
Yingjoe Chenad8a2212014-12-17 07:34:29 +08001menuconfig ARCH_MEDIATEK
Joe.Caf49f5a2014-11-04 15:30:55 +08002 bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7
Matthias Bruggerf682a212014-05-13 01:06:13 +02003 select ARM_GIC
Matthias Brugger67fdcc92015-03-06 13:52:58 +01004 select PINCTRL
Matthias Bruggerf682a212014-05-13 01:06:13 +02005 select MTK_TIMER
6 help
Joe.Caf49f5a2014-11-04 15:30:55 +08007 Support for Mediatek MT65xx & MT81xx SoCs
Yingjoe Chenad8a2212014-12-17 07:34:29 +08008
9if ARCH_MEDIATEK
10
11config MACH_MT6589
12 bool "MediaTek MT6589 SoCs support"
13 default ARCH_MEDIATEK
14
15config MACH_MT6592
16 bool "MediaTek MT6592 SoCs support"
17 default ARCH_MEDIATEK
18
19config MACH_MT8127
20 bool "MediaTek MT8127 SoCs support"
21 default ARCH_MEDIATEK
22
23config MACH_MT8135
24 bool "MediaTek MT8135 SoCs support"
25 default ARCH_MEDIATEK
26
27endif