diff options
-rw-r--r-- | arch/arm/mach-mediatek/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig index 8ced4ad94af0..70e49d54434e 100644 --- a/arch/arm/mach-mediatek/Kconfig +++ b/arch/arm/mach-mediatek/Kconfig | |||
@@ -10,6 +10,10 @@ menuconfig ARCH_MEDIATEK | |||
10 | 10 | ||
11 | if ARCH_MEDIATEK | 11 | if ARCH_MEDIATEK |
12 | 12 | ||
13 | config MACH_MT2701 | ||
14 | bool "MediaTek MT2701 SoCs support" | ||
15 | default ARCH_MEDIATEK | ||
16 | |||
13 | config MACH_MT6589 | 17 | config MACH_MT6589 |
14 | bool "MediaTek MT6589 SoCs support" | 18 | bool "MediaTek MT6589 SoCs support" |
15 | default ARCH_MEDIATEK | 19 | default ARCH_MEDIATEK |