diff options
author | mingming lee <mingming.lee@mediatek.com> | 2019-11-07 19:28:44 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-03 12:00:03 -0500 |
commit | abf2c68566ae007904633fb882cb71c56eb41ff0 (patch) | |
tree | 13aa033d8177ab459154699fe1419554131d72c7 /arch/arm/mach-mediatek/Kconfig | |
parent | 485627dd5f2a08f0b20ddc3baa9e60929f7d86fc (diff) |
ARM: MediaTek: add basic support for MT8518 boards
This adds a general board file based on MT8518 SoCs from MediaTek.
Apart from the generic parts (cpu) we add some low level init codes
and initialize the early clocks.
This commit is adding the basic boot support for the MT8518 eMMC board.
Signed-off-by: mingming lee <mingming.lee@mediatek.com>
[trini: Migrate env location to defconfig, set ENV_IS_IN_MMC]
Signeed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-mediatek/Kconfig')
-rw-r--r-- | arch/arm/mach-mediatek/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig index 8e343c3182..ad453a60c1 100644 --- a/arch/arm/mach-mediatek/Kconfig +++ b/arch/arm/mach-mediatek/Kconfig @@ -51,6 +51,7 @@ endchoice source "board/mediatek/mt7623/Kconfig" source "board/mediatek/mt7629/Kconfig" +source "board/mediatek/mt8518/Kconfig" source "board/mediatek/pumpkin/Kconfig" endif |