uboot/test/optee/Kconfig
<<
>>
Prefs
   1config UT_OPTEE
   2        bool "Enable OP-TEE Unit Tests"
   3        depends on OF_CONTROL && OPTEE
   4        default y
   5        help
   6          This enables the 'ut optee' command which runs a series of unit
   7          tests on the optee library code..
   8