Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Jan Engelhardt <jengelh@inai.de>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>

authored by

Jan Engelhardt and committed by
Jens Wiklander
a4b75fe8 31231092

+1 -4
+1 -4
drivers/tee/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 # Generic Trusted Execution Environment Configuration 3 - config TEE 3 + menuconfig TEE 4 4 tristate "Trusted Execution Environment support" 5 5 depends on HAVE_ARM_SMCCC || COMPILE_TEST || CPU_SUP_AMD 6 6 select CRYPTO ··· 13 13 14 14 if TEE 15 15 16 - menu "TEE drivers" 17 - 18 16 source "drivers/tee/optee/Kconfig" 19 17 source "drivers/tee/amdtee/Kconfig" 20 - endmenu 21 18 22 19 endif