aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/test/optee/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/test/optee/Kconfig')
-rw-r--r--roms/u-boot/test/optee/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot/test/optee/Kconfig b/roms/u-boot/test/optee/Kconfig
new file mode 100644
index 000000000..2f6834aa3
--- /dev/null
+++ b/roms/u-boot/test/optee/Kconfig
@@ -0,0 +1,7 @@
+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..