mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
8 lines
215 B
Text
8 lines
215 B
Text
|
config UT_OPTEE
|
||
|
bool "Enable OP-TEE Unit Tests"
|
||
|
depends on UNIT_TEST && OF_CONTROL && OPTEE
|
||
|
default y
|
||
|
help
|
||
|
This enables the 'ut optee' command which runs a series of unit
|
||
|
tests on the optee library code..
|