u-boot/test/optee/Kconfig
Simon Glass 9aaa4a3565 test: Make all tests depend on UNIT_TEST
Rather than having this condition defined separately for each suite,
bracket all options with 'if UNIT_TEST'.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-02-11 20:10:59 -06:00

7 lines
202 B
Text

config UT_OPTEE
bool "Enable OP-TEE Unit Tests"
depends on OF_CONTROL && OPTEE
default y
help
This enables the 'ut optee' command which runs a series of unit
tests on the optee library code..