From: Jaehoon Chung Date: Fri, 1 Jul 2022 04:44:17 +0000 (+0900) Subject: ARM: bcm283x: Add TIZEN_RPI3/4 config X-Git-Tag: accepted/tizen/unified/20231106.171643~97 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0da602323e1cf6aeb052788335f8fe591b4bf5e5;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/arch/arm/mach-bcm283x/Kconfig b/arch/arm/mach-bcm283x/Kconfig index 6ce278c6d2..5b7f924a62 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