mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00

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>
7 lines
202 B
Text
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..
|