Heiko Stuebner | 1c9bb9b | 2019-10-23 16:46:41 +0200 | [diff] [blame] | 1 | config UT_OPTEE |
2 | bool "Enable OP-TEE Unit Tests" | ||||
Simon Glass | e36afcd | 2025-02-07 11:30:43 -0700 | [diff] [blame^] | 3 | depends on OF_CONTROL && OPTEE |
Heiko Stuebner | 1c9bb9b | 2019-10-23 16:46:41 +0200 | [diff] [blame] | 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.. |