ARM: pmu: add support for interrupt-affinity property
[linux/fpc-iii.git] / arch / arm / mach-mediatek / Kconfig
blobf7e463ca02877a77e956fa7e788f40779139896d
1 menuconfig ARCH_MEDIATEK
2         bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7
3         select ARM_GIC
4         select MTK_TIMER
5         help
6           Support for Mediatek MT65xx & MT81xx SoCs
8 if ARCH_MEDIATEK
10 config MACH_MT6589
11         bool "MediaTek MT6589 SoCs support"
12         default ARCH_MEDIATEK
14 config MACH_MT6592
15         bool "MediaTek MT6592 SoCs support"
16         default ARCH_MEDIATEK
18 config MACH_MT8127
19         bool "MediaTek MT8127 SoCs support"
20         default ARCH_MEDIATEK
22 config MACH_MT8135
23         bool "MediaTek MT8135 SoCs support"
24         default ARCH_MEDIATEK
26 endif