diff options
author | Jan Engelhardt <jengelh@inai.de> | 2021-12-28 20:57:37 +0100 |
---|---|---|
committer | Jens Wiklander <jens.wiklander@linaro.org> | 2022-04-05 07:32:23 +0200 |
commit | a4b75fe8e1c15c96c4eb083e211ccbbfd56599f9 (patch) | |
tree | de0b137898c7ab827339c1f310293bd68b71b996 /drivers/tee | |
parent | 3123109284176b1532874591f7c81f3837bbdc17 (diff) | |
download | linux-stable-a4b75fe8e1c15c96c4eb083e211ccbbfd56599f9.tar.gz linux-stable-a4b75fe8e1c15c96c4eb083e211ccbbfd56599f9.tar.bz2 linux-stable-a4b75fe8e1c15c96c4eb083e211ccbbfd56599f9.zip |
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>
Diffstat (limited to 'drivers/tee')
-rw-r--r-- | drivers/tee/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/tee/Kconfig b/drivers/tee/Kconfig index e99d840c2511..73a147202e88 100644 --- a/drivers/tee/Kconfig +++ b/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 |