blob: f7e463ca02877a77e956fa7e788f40779139896d [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
4 select MTK_TIMER
5 help
Joe.Caf49f5a2014-11-04 15:30:55 +08006 Support for Mediatek MT65xx & MT81xx SoCs
Yingjoe Chenad8a2212014-12-17 07:34:29 +08007
8if ARCH_MEDIATEK
9
10config MACH_MT6589
11 bool "MediaTek MT6589 SoCs support"
12 default ARCH_MEDIATEK
13
14config MACH_MT6592
15 bool "MediaTek MT6592 SoCs support"
16 default ARCH_MEDIATEK
17
18config MACH_MT8127
19 bool "MediaTek MT8127 SoCs support"
20 default ARCH_MEDIATEK
21
22config MACH_MT8135
23 bool "MediaTek MT8135 SoCs support"
24 default ARCH_MEDIATEK
25
26endif