From 0da602323e1cf6aeb052788335f8fe591b4bf5e5 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Fri, 1 Jul 2022 13:44:17 +0900 Subject: [PATCH] ARM: bcm283x: Add TIZEN_RPI3/4 config Add TIZEN_RPI3/4 config to check the tizen specific things. Change-Id: Ie25b90046cf2bfa3e954b000afa5ae33fa41b775 Signed-off-by: Jaehoon Chung --- arch/arm/mach-bcm283x/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/mach-bcm283x/Kconfig b/arch/arm/mach-bcm283x/Kconfig index 6ce278c..5b7f924 100644 --- a/arch/arm/mach-bcm283x/Kconfig +++ b/arch/arm/mach-bcm283x/Kconfig @@ -213,6 +213,16 @@ config SYS_SOC config SYS_CONFIG_NAME default "rpi" +config TIZEN_RPI3 + bool "RPI3 for Tizen" + help + When boot on Tizen Platform, enable this configuration. + +config TIZEN_RPI4 + bool "RPI4 for Tizen" + help + When boot on Tizen Platform, enable this configuration. + source "board/raspberrypi/rpi/Kconfig" endmenu -- 2.7.4