Sign in
qemu
/
u-boot
/
4ee99d9ff98ba9b57b65fb895504f767dfe14d82
/
.
/
test
/
optee
/
Kconfig
blob: 2f6834aa3b4da756cccbf29844140ddab69721a2 [
file
] [
log
] [
blame
]
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
..