On Wed, 29 Dec 2021 at 04:17, Jan Engelhardt jengelh@inai.de wrote:
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
drivers/tee/Kconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
Looks sane to me.
Reviewed-by: Sumit Garg sumit.garg@linaro.org
-Sumit
diff --git drivers/tee/Kconfig drivers/tee/Kconfig index e99d840c2511..73a147202e88 100644 --- drivers/tee/Kconfig +++ drivers/tee/Kconfig @@ -1,6 +1,6 @@ # 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
2.34.1