]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - arch/arm/mach-mediatek/Kconfig
staging: board: Migrate away from __pm_genpd_name_add_device()
[mirror_ubuntu-zesty-kernel.git] / arch / arm / mach-mediatek / Kconfig
1 menuconfig ARCH_MEDIATEK
2 bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7
3 select ARM_GIC
4 select PINCTRL
5 select MTK_TIMER
6 help
7 Support for Mediatek MT65xx & MT81xx SoCs
8
9 if ARCH_MEDIATEK
10
11 config MACH_MT6589
12 bool "MediaTek MT6589 SoCs support"
13 default ARCH_MEDIATEK
14
15 config MACH_MT6592
16 bool "MediaTek MT6592 SoCs support"
17 default ARCH_MEDIATEK
18
19 config MACH_MT8127
20 bool "MediaTek MT8127 SoCs support"
21 default ARCH_MEDIATEK
22
23 config MACH_MT8135
24 bool "MediaTek MT8135 SoCs support"
25 default ARCH_MEDIATEK
26
27 endif