blob: 9e0f592d87d8eb36d6cdabc3c5b8705961061a93 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Yingjoe Chenad8a2212014-12-17 07:34:29 +08002menuconfig ARCH_MEDIATEK
Sean Wang3dcf01c2017-12-18 17:39:19 +08003 bool "MediaTek SoC Support"
Masahiro Yamadae3246542015-11-16 12:06:10 +09004 depends on ARCH_MULTI_V7
Matthias Bruggerf682a212014-05-13 01:06:13 +02005 select ARM_GIC
Matthias Brugger67fdcc92015-03-06 13:52:58 +01006 select PINCTRL
Matthias Bruggerf682a212014-05-13 01:06:13 +02007 select MTK_TIMER
Matthias Brugger3e0452d2015-07-17 22:53:26 +02008 select MFD_SYSCON
Matthias Bruggerf682a212014-05-13 01:06:13 +02009 help
Joe.Caf49f5a2014-11-04 15:30:55 +080010 Support for Mediatek MT65xx & MT81xx SoCs
Yingjoe Chenad8a2212014-12-17 07:34:29 +080011
12if ARCH_MEDIATEK
13
Erin Lod8678642016-04-13 15:07:43 +080014config MACH_MT2701
15 bool "MediaTek MT2701 SoCs support"
16 default ARCH_MEDIATEK
17
Yingjoe Chenad8a2212014-12-17 07:34:29 +080018config MACH_MT6589
19 bool "MediaTek MT6589 SoCs support"
20 default ARCH_MEDIATEK
21
22config MACH_MT6592
23 bool "MediaTek MT6592 SoCs support"
24 default ARCH_MEDIATEK
25
John Crispin31ac0d692016-01-05 17:24:27 +010026config MACH_MT7623
27 bool "MediaTek MT7623 SoCs support"
28 default ARCH_MEDIATEK
29
Ryder Leea43379d2019-01-29 12:31:18 +080030config MACH_MT7629
31 bool "MediaTek MT7629 SoCs support"
32 default ARCH_MEDIATEK
33
Yingjoe Chenad8a2212014-12-17 07:34:29 +080034config MACH_MT8127
35 bool "MediaTek MT8127 SoCs support"
36 default ARCH_MEDIATEK
37
38config MACH_MT8135
39 bool "MediaTek MT8135 SoCs support"
40 default ARCH_MEDIATEK
41
42endif