blob: 8ced4ad94af0f832495603f5cd487deb66c3042c [file] [log] [blame]
Yingjoe Chenad8a2212014-12-17 07:34:29 +08001menuconfig ARCH_MEDIATEK
Masahiro Yamadae3246542015-11-16 12:06:10 +09002 bool "Mediatek MT65xx & MT81xx SoC"
3 depends on ARCH_MULTI_V7
Matthias Bruggerf682a212014-05-13 01:06:13 +02004 select ARM_GIC
Matthias Brugger67fdcc92015-03-06 13:52:58 +01005 select PINCTRL
Matthias Bruggerf682a212014-05-13 01:06:13 +02006 select MTK_TIMER
Matthias Brugger3e0452d2015-07-17 22:53:26 +02007 select MFD_SYSCON
Matthias Bruggerf682a212014-05-13 01:06:13 +02008 help
Joe.Caf49f5a2014-11-04 15:30:55 +08009 Support for Mediatek MT65xx & MT81xx SoCs
Yingjoe Chenad8a2212014-12-17 07:34:29 +080010
11if ARCH_MEDIATEK
12
13config MACH_MT6589
14 bool "MediaTek MT6589 SoCs support"
15 default ARCH_MEDIATEK
16
17config MACH_MT6592
18 bool "MediaTek MT6592 SoCs support"
19 default ARCH_MEDIATEK
20
John Crispin31ac0d692016-01-05 17:24:27 +010021config MACH_MT7623
22 bool "MediaTek MT7623 SoCs support"
23 default ARCH_MEDIATEK
24
Yingjoe Chenad8a2212014-12-17 07:34:29 +080025config MACH_MT8127
26 bool "MediaTek MT8127 SoCs support"
27 default ARCH_MEDIATEK
28
29config MACH_MT8135
30 bool "MediaTek MT8135 SoCs support"
31 default ARCH_MEDIATEK
32
33endif