ARM: meson: Add TIZEN_KHADAS_VIM3L config
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 25 Nov 2020 02:54:23 +0000 (11:54 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 15 Nov 2021 14:18:27 +0000 (15:18 +0100)
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 990e6ec2bdf50ee52240a104a618a9724fb819f3..a78fde82567124862688ea48fe79abcf6a570336 100644 (file)
@@ -7,6 +7,7 @@ CONFIG_ENV_SIZE=0x4000
 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"