diff options
Diffstat (limited to 'arch/arm/mach-mediatek/Kconfig')
-rw-r--r-- | arch/arm/mach-mediatek/Kconfig | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig index f73f588f649c..f7e463ca0287 100644 --- a/arch/arm/mach-mediatek/Kconfig +++ b/arch/arm/mach-mediatek/Kconfig | |||
@@ -1,6 +1,26 @@ | |||
1 | config ARCH_MEDIATEK | 1 | menuconfig ARCH_MEDIATEK |
2 | bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7 | 2 | bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7 |
3 | select ARM_GIC | 3 | select ARM_GIC |
4 | select MTK_TIMER | 4 | select MTK_TIMER |
5 | help | 5 | help |
6 | Support for Mediatek MT65xx & MT81xx SoCs | 6 | Support for Mediatek MT65xx & MT81xx SoCs |
7 | |||
8 | if ARCH_MEDIATEK | ||
9 | |||
10 | config MACH_MT6589 | ||
11 | bool "MediaTek MT6589 SoCs support" | ||
12 | default ARCH_MEDIATEK | ||
13 | |||
14 | config MACH_MT6592 | ||
15 | bool "MediaTek MT6592 SoCs support" | ||
16 | default ARCH_MEDIATEK | ||
17 | |||
18 | config MACH_MT8127 | ||
19 | bool "MediaTek MT8127 SoCs support" | ||
20 | default ARCH_MEDIATEK | ||
21 | |||
22 | config MACH_MT8135 | ||
23 | bool "MediaTek MT8135 SoCs support" | ||
24 | default ARCH_MEDIATEK | ||
25 | |||
26 | endif | ||