Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
f0a6a32b51c79a05873b6d54d68cb4a7c08d5f0f
/
.
/
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
..