From: Jaehoon Chung Date: Wed, 25 Nov 2020 02:54:23 +0000 (+0900) Subject: ARM: meson: Add TIZEN_KHADAS_VIM3L config X-Git-Tag: accepted/tizen/unified/20241126.175211~338 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9746d735a404874f8ec56e330eaaf1e61034fd38;p=platform%2Fkernel%2Fu-boot.git ARM: meson: Add TIZEN_KHADAS_VIM3L config Add TIZEN_KHADAS_VIM3L config and enable it. Change-Id: I20c431b4cc5f54f1ea8f24dbc8e94290e6047f96 Signed-off-by: Jaehoon Chung --- diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index beaf609e33..c3b5d3de09 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -99,6 +99,12 @@ config TIZEN_KHADAS_VIM3 When boot on Tizen Platform, enable this configuration. If you want to use mainline boot, disable this. +config TIZEN_KHADAS_VIM3L + bool "KHADAS VIM3L for Tizen" + help + When boot on Tizen Platform, enable this configuration. + If you want to use mainline boot, disable this. + config TIZEN_ODROID_N2 bool "Odroid N2 for Tizen" help diff --git a/configs/khadas-vim3l_defconfig b/configs/khadas-vim3l_defconfig index b9f4690045..0bb6d0d90f 100644 --- a/configs/khadas-vim3l_defconfig +++ b/configs/khadas-vim3l_defconfig @@ -11,6 +11,7 @@ CONFIG_DEFAULT_DEVICE_TREE="amlogic/meson-sm1-khadas-vim3l" CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_DM_RESET=y CONFIG_MESON_G12A=y +CONFIG_TIZEN_KHADAS_VIM3L=y CONFIG_DEBUG_UART_BASE=0xff803000 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_IDENT_STRING=" khadas-vim3l"