From 8abbbaae7083fa191b1c5e8e55ad0cfe2f3c57d4 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Wed, 25 Nov 2020 11:54:23 +0900 Subject: [PATCH] ARM: meson: Add TIZEN_KHADAS_VIM3L config Add TIZEN_KHADAS_VIM3L config and enable it. Change-Id: I20c431b4cc5f54f1ea8f24dbc8e94290e6047f96 Signed-off-by: Jaehoon Chung --- arch/arm/mach-meson/Kconfig | 6 ++++++ configs/khadas-vim3l_defconfig | 1 + 2 files changed, 7 insertions(+) diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index b419044750..3a7dfaa77c 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -93,6 +93,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 c70a621763..34df577545 100644 --- a/configs/khadas-vim3l_defconfig +++ b/configs/khadas-vim3l_defconfig @@ -6,6 +6,7 @@ CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_SIZE=0x4000 CONFIG_DM_GPIO=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" -- 2.34.1