Sign in
third-party-mirror
/
u-boot
/
refs/heads/upstream/master
/
.
/
test
/
optee
/
Kconfig
blob: ebf8d07c41cfcac44565cd50966ded24ce266324 [
file
] [
log
] [
blame
] [
edit
]
config UT_OPTEE
bool
"Enable OP-TEE Unit Tests"
depends on OF_CONTROL
&&
OPTEE
select
OPTEE_LIB
default
y
help
This
enables the
'ut optee'
command which runs a series of unit
tests on the optee library code
..