ARM: bcm283x: Add TIZEN_RPI3/4 config 31/277131/1
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 1 Jul 2022 04:44:17 +0000 (13:44 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 1 Jul 2022 05:26:54 +0000 (14:26 +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 b3287ce..1904258 100644 (file)
@@ -210,6 +210,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