diff options
author | John Crispin <blogic@openwrt.org> | 2016-01-05 17:24:27 +0100 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2016-02-11 11:39:54 +0100 |
commit | 31ac0d69a1d40e0ac71f3b5f59f39b8070c4cae1 (patch) | |
tree | 3ae9951573bb9d09022bf4809ebcdfe1e0765ea2 /arch/arm/mach-mediatek/Kconfig | |
parent | 0c92241328ef427e23cbfababe1842aea9637146 (diff) | |
download | linux-rt-31ac0d69a1d40e0ac71f3b5f59f39b8070c4cae1.tar.gz |
ARM: dts: mediatek: add MT7623 basic support
This adds basic chip support for Mediatek MT7623.
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm/mach-mediatek/Kconfig')
-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 0abcc51afff5..8ced4ad94af0 100644 --- a/arch/arm/mach-mediatek/Kconfig +++ b/arch/arm/mach-mediatek/Kconfig @@ -18,6 +18,10 @@ config MACH_MT6592 bool "MediaTek MT6592 SoCs support" default ARCH_MEDIATEK +config MACH_MT7623 + bool "MediaTek MT7623 SoCs support" + default ARCH_MEDIATEK + config MACH_MT8127 bool "MediaTek MT8127 SoCs support" default ARCH_MEDIATEK |