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

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
# 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment