mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-06-21 09:02:25 +02:00
8 lines
215 B
Plaintext
8 lines
215 B
Plaintext
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..
|