ARM: meson: Kconfig: Add Tizen specific configuration
authorJaehoon Chung <jh80.chung@samsung.com>
Sun, 1 Nov 2020 23:43:07 +0000 (08:43 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 28 Oct 2024 11:27:58 +0000 (20:27 +0900)
Add Tizen Specific configuratoin.
- Enable tizen configuration to distinguish which board is used.

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

index 7570f48e25fe477ce4dfb1eb608ed07b3a83d27f..243e256066b0aaa5a68ec141addcd7636c18b218 100644 (file)
@@ -93,4 +93,16 @@ config SYS_BOARD
          Based on this option board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> will
          be used.
 
+config TIZEN_KHADAS_VIM3
+       bool "KHADAS VIM3 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
+        When boot on Tizen Platform, enable this configuration.
+        If you want to use mainline boot, disable this.
+
 endif
index 32579b8ac36caab033a3385bafc87e85258fa0cd..d12363f766e7975cdef150aeb3a3f49a2c7c55a2 100644 (file)
@@ -11,6 +11,7 @@ CONFIG_DEFAULT_DEVICE_TREE="amlogic/meson-g12b-a311d-khadas-vim3"
 CONFIG_OF_LIBFDT_OVERLAY=y
 CONFIG_DM_RESET=y
 CONFIG_MESON_G12A=y
+CONFIG_TIZEN_KHADAS_VIM3=y
 CONFIG_DEBUG_UART_BASE=0xff803000
 CONFIG_DEBUG_UART_CLOCK=24000000
 CONFIG_IDENT_STRING=" khadas-vim3"
index 0d1c9df76944ed0b323a126ba3467e1e5ff5c3d3..1454fab1da34354099abc54e5f3564de2189c112 100644 (file)
@@ -11,6 +11,7 @@ CONFIG_DEFAULT_DEVICE_TREE="amlogic/meson-g12b-odroid-n2"
 CONFIG_OF_LIBFDT_OVERLAY=y
 CONFIG_DM_RESET=y
 CONFIG_MESON_G12A=y
+CONFIG_TIZEN_ODROID_N2=y
 CONFIG_DEBUG_UART_BASE=0xff803000
 CONFIG_DEBUG_UART_CLOCK=24000000
 CONFIG_IDENT_STRING=" odroid-n2/n2-plus"