Commit a4b75fe8 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Jens Wiklander
Browse files

tee: combine "config" and "menu" for TEE's menuconfig



Don't let TEE occupy two lines in menuconfig when practically no
other (sub)menu does either.

Signed-off-by: default avatarJan Engelhardt <jengelh@inai.de>
Reviewed-by: default avatarSumit Garg <sumit.garg@linaro.org>
Signed-off-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent 31231092
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
# Generic Trusted Execution Environment Configuration
config TEE
menuconfig TEE
	tristate "Trusted Execution Environment support"
	depends on HAVE_ARM_SMCCC || COMPILE_TEST || CPU_SUP_AMD
	select CRYPTO
@@ -13,10 +13,7 @@ config TEE

if TEE

menu "TEE drivers"

source "drivers/tee/optee/Kconfig"
source "drivers/tee/amdtee/Kconfig"
endmenu

endif