From bdf430340367e7b0d1a0bbfd749dc63821851d7f Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Sat, 30 Oct 2021 19:58:04 +0200 Subject: ARM: Rockchip: move ARCH_RK3568_OPTEE into ARCH_ROCKCHIP menu Otherwise, it's selectable for others as well. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20211030175812.2276705-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- arch/arm/mach-rockchip/Kconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'arch/arm') diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 2786fadeaf..b2376c18d0 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -1,4 +1,3 @@ - menu "Rockchip Features" depends on ARCH_ROCKCHIP @@ -51,10 +50,10 @@ config MACH_RK3568_EVB help Say Y here if you are using a RK3568 EVB -endmenu - config ARCH_RK3568_OPTEE bool "Build OP-TEE binary into barebox" help With this option enabled the RK3568 OP-TEE binary is compiled into barebox and started along with the BL31 trusted firmware. + +endmenu -- cgit v1.2.3