ARM: meson: Add TIZEN_KHADAS_VIM3L config
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 25 Nov 2020 02:54:23 +0000 (11:54 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 12 Oct 2022 05:47:58 +0000 (14:47 +0900)
Add TIZEN_KHADAS_VIM3L config and enable it.

Change-Id: I20c431b4cc5f54f1ea8f24dbc8e94290e6047f96
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm/mach-meson/Kconfig
configs/khadas-vim3l_defconfig

index 782d9efc58ec1f977ffdf8890f1f4273bf3a8b50..eacd2eaf72b66645b6d347f75062913d82b30f69 100644 (file)
@@ -94,6 +94,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
index f1524f562acbdc8aedb626b308ced8ab224b6e49..6d03e17ea0876f5997df1586816c99bb1ade7cf4 100644 (file)
@@ -7,6 +7,7 @@ CONFIG_ENV_SIZE=0x2000
 CONFIG_DM_GPIO=y
 CONFIG_DEFAULT_DEVICE_TREE="meson-sm1-khadas-vim3l"
 CONFIG_MESON_G12A=y
+CONFIG_TIZEN_KHADAS_VIM3L=y
 CONFIG_DEBUG_UART_BASE=0xff803000
 CONFIG_DEBUG_UART_CLOCK=24000000
 CONFIG_IDENT_STRING=" khadas-vim3l"