From fa5733cd3ed5df3a83aa78c300d8d671170ec6ef Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 9 Nov 2020 13:19:02 +0900 Subject: [PATCH] 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 --- arch/arm/mach-meson/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.7.4