Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Yingjoe Chen | ad8a221 | 2014-12-17 07:34:29 +0800 | [diff] [blame] | 2 | menuconfig ARCH_MEDIATEK |
Sean Wang | 3dcf01c | 2017-12-18 17:39:19 +0800 | [diff] [blame] | 3 | bool "MediaTek SoC Support" |
Masahiro Yamada | e324654 | 2015-11-16 12:06:10 +0900 | [diff] [blame] | 4 | depends on ARCH_MULTI_V7 |
Matthias Brugger | f682a21 | 2014-05-13 01:06:13 +0200 | [diff] [blame] | 5 | select ARM_GIC |
Matthias Brugger | 67fdcc9 | 2015-03-06 13:52:58 +0100 | [diff] [blame] | 6 | select PINCTRL |
Matthias Brugger | f682a21 | 2014-05-13 01:06:13 +0200 | [diff] [blame] | 7 | select MTK_TIMER |
Matthias Brugger | 3e0452d | 2015-07-17 22:53:26 +0200 | [diff] [blame] | 8 | select MFD_SYSCON |
Matthias Brugger | f682a21 | 2014-05-13 01:06:13 +0200 | [diff] [blame] | 9 | help |
Joe.C | af49f5a | 2014-11-04 15:30:55 +0800 | [diff] [blame] | 10 | Support for Mediatek MT65xx & MT81xx SoCs |
Yingjoe Chen | ad8a221 | 2014-12-17 07:34:29 +0800 | [diff] [blame] | 11 | |
| 12 | if ARCH_MEDIATEK |
| 13 | |
Erin Lo | d867864 | 2016-04-13 15:07:43 +0800 | [diff] [blame] | 14 | config MACH_MT2701 |
| 15 | bool "MediaTek MT2701 SoCs support" |
| 16 | default ARCH_MEDIATEK |
| 17 | |
Yingjoe Chen | ad8a221 | 2014-12-17 07:34:29 +0800 | [diff] [blame] | 18 | config MACH_MT6589 |
| 19 | bool "MediaTek MT6589 SoCs support" |
| 20 | default ARCH_MEDIATEK |
| 21 | |
| 22 | config MACH_MT6592 |
| 23 | bool "MediaTek MT6592 SoCs support" |
| 24 | default ARCH_MEDIATEK |
| 25 | |
John Crispin | 31ac0d69 | 2016-01-05 17:24:27 +0100 | [diff] [blame] | 26 | config MACH_MT7623 |
| 27 | bool "MediaTek MT7623 SoCs support" |
| 28 | default ARCH_MEDIATEK |
| 29 | |
Ryder Lee | a43379d | 2019-01-29 12:31:18 +0800 | [diff] [blame] | 30 | config MACH_MT7629 |
| 31 | bool "MediaTek MT7629 SoCs support" |
| 32 | default ARCH_MEDIATEK |
| 33 | |
Yingjoe Chen | ad8a221 | 2014-12-17 07:34:29 +0800 | [diff] [blame] | 34 | config MACH_MT8127 |
| 35 | bool "MediaTek MT8127 SoCs support" |
| 36 | default ARCH_MEDIATEK |
| 37 | |
| 38 | config MACH_MT8135 |
| 39 | bool "MediaTek MT8135 SoCs support" |
| 40 | default ARCH_MEDIATEK |
| 41 | |
| 42 | endif |