From 6c5a30d1c2b4f27fde4222f22d5a36e0b17bd20e Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 14 Dec 2020 13:55:59 +0900 Subject: [PATCH] platform: Kconfig: Add TIZEN configuration Add TIZEN configuration. If Tizen specific code is used somewhere, use this config. It's useful to find where tizen specific codes are. Change-Id: I068c4e8e943b35d89265384dd7ecf61c75ec3ae9 Signed-off-by: Jaehoon Chung --- drivers/platform/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/platform/Kconfig b/drivers/platform/Kconfig index c11db8bceea1..e7fe4d6b18d5 100644 --- a/drivers/platform/Kconfig +++ b/drivers/platform/Kconfig @@ -8,3 +8,8 @@ endif source "drivers/platform/goldfish/Kconfig" source "drivers/platform/chrome/Kconfig" + +config TIZEN + bool "Tizen Platform" + help + This enables support for Tizen platform -- 2.34.1