blob: aeece17e5ceaa4da09276c38cab1cf2ce24d9311 [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
Matthias Brugger3e0452d2015-07-17 22:53:26 +02006 select MFD_SYSCON
Matthias Bruggerf682a212014-05-13 01:06:13 +02007 help
Joe.Caf49f5a2014-11-04 15:30:55 +08008 Support for Mediatek MT65xx & MT81xx SoCs
Yingjoe Chenad8a2212014-12-17 07:34:29 +08009
10if ARCH_MEDIATEK
11
12config MACH_MT6589
13 bool "MediaTek MT6589 SoCs support"
14 default ARCH_MEDIATEK
15
16config MACH_MT6592
17 bool "MediaTek MT6592 SoCs support"
18 default ARCH_MEDIATEK
19
20config MACH_MT8127
21 bool "MediaTek MT8127 SoCs support"
22 default ARCH_MEDIATEK
23
24config MACH_MT8135
25 bool "MediaTek MT8135 SoCs support"
26 default ARCH_MEDIATEK
27
28endif