ARM: meson: Add TIZEN_ODROID_C4 config
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 9 Nov 2020 04:19:02 +0000 (13:19 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:25 +0000 (13:19 +0900)
Add TIZEN_ODROID_C4 configuration.
It's to disinguish with other amlogic boards.

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

index 31a5a5e..731047c 100644 (file)
@@ -107,4 +107,10 @@ config TIZEN_ODROID_N2
         When boot on Tizen Platform, enable this configuration.
         If you want to use mainline boot, disable this.
 
+config TIZEN_ODROID_C4
+       bool "Odroid C4 for Tizen"
+       help
+        When boot on Tizen Platform, enable this configuration.
+        If you want to use mainline boot, disable this.
+
 endif