ARM: meson: Add TIZEN_ODROID_C4 config
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 9 Nov 2020 04:19:02 +0000 (13:19 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 15 Nov 2021 14:18:27 +0000 (15:18 +0100)
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 ebff516..782d9ef 100644 (file)
@@ -100,4 +100,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