summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-11-08 08:52:09 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-11-10 08:53:47 +0100
commita1511452b8eb44cdce2e7e879b82d147e213654e (patch)
tree88daece92c32c74eb40c4e6cd9cb87f3822c2617 /arch/arm
parentda4ade48e94302d5779f48451ac4a706a8ceaa81 (diff)
downloadbarebox-a1511452b8eb44cdce2e7e879b82d147e213654e.tar.gz
barebox-a1511452b8eb44cdce2e7e879b82d147e213654e.tar.xz
ARM: Rockchip: add delimiter between boards and board features
The CONFIG_ARCH_RK3568_OPTEE is directly after the boards, has a very generic name and is selectable without CONFIG_ARCH_RK3568. Fix these. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20211108075209.2366770-9-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-rockchip/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
index 2786fadeaf..5ac3c0432d 100644
--- a/arch/arm/mach-rockchip/Kconfig
+++ b/arch/arm/mach-rockchip/Kconfig
@@ -53,8 +53,11 @@ config MACH_RK3568_EVB
endmenu
+comment "select board features:"
+
config ARCH_RK3568_OPTEE
- bool "Build OP-TEE binary into barebox"
+ bool "Build rk3568 OP-TEE binary into barebox"
+ depends on ARCH_RK3568
help
With this option enabled the RK3568 OP-TEE binary is compiled
into barebox and started along with the BL31 trusted firmware.