ARM: bcm283x: Add TIZEN_RPI3/4 config
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 1 Jul 2022 04:44:17 +0000 (13:44 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:35 +0000 (13:19 +0900)
Add TIZEN_RPI3/4 config to check the tizen specific things.

Change-Id: Ie25b90046cf2bfa3e954b000afa5ae33fa41b775
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm/mach-bcm283x/Kconfig

index 6ce278c..5b7f924 100644 (file)
@@ -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