Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
5e6fe8b51a6519628375f15d9ae42917b1c4fc39
/
.
/
test
/
optee
/
Kconfig
blob: 63e2cbf79c7f83059b6e9f3989ba160ab382ac94 [
file
] [
log
] [
blame
]
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
..