From: Jaehoon Chung Date: Mon, 9 Nov 2020 04:19:02 +0000 (+0900) Subject: ARM: meson: Add TIZEN_ODROID_C4 config X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa5733cd3ed5df3a83aa78c300d8d671170ec6ef;p=platform%2Fkernel%2Fu-boot.git ARM: meson: Add TIZEN_ODROID_C4 config Add TIZEN_ODROID_C4 configuration. It's to disinguish with other amlogic boards. Change-Id: I41eebb30a22538f53d25bf34646b796d3d608d99 Signed-off-by: Jaehoon Chung --- diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index ebff516..782d9ef 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -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