Skip to content

Commit 4727a6f

Browse files
EddieHuangMTKmbgg
authored andcommitted
arm64: mediatek: Add MT8173 SoC Kconfig and defconfig
Add MT8173 arm64 Kconfig and defconfig files Signed-off-by: Eddie Huang <eddie.huang@mediatek.com> Acked-by: Arnd Bergmann <arnd at arndb.de> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
1 parent b3a3724 commit 4727a6f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

arch/arm64/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ source "kernel/Kconfig.freezer"
148148

149149
menu "Platform selection"
150150

151+
config ARCH_MEDIATEK
152+
bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
153+
select ARM_GIC
154+
help
155+
Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
156+
151157
config ARCH_SEATTLE
152158
bool "AMD Seattle SoC Family"
153159
help

arch/arm64/configs/defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ CONFIG_MODULES=y
3232
CONFIG_MODULE_UNLOAD=y
3333
# CONFIG_BLK_DEV_BSG is not set
3434
# CONFIG_IOSCHED_DEADLINE is not set
35+
CONFIG_ARCH_MEDIATEK=y
3536
CONFIG_ARCH_THUNDER=y
3637
CONFIG_ARCH_VEXPRESS=y
3738
CONFIG_ARCH_XGENE=y
@@ -87,6 +88,7 @@ CONFIG_SERIO_AMBAKMI=y
8788
CONFIG_LEGACY_PTY_COUNT=16
8889
CONFIG_SERIAL_8250=y
8990
CONFIG_SERIAL_8250_CONSOLE=y
91+
CONFIG_SERIAL_8250_MT6577=y
9092
CONFIG_SERIAL_AMBA_PL011=y
9193
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
9294
CONFIG_SERIAL_OF_PLATFORM=y

0 commit comments

Comments
 (0)