blob: 435b6eeb09a23908d54665be0585ce89bc2af527 [file] [log] [blame]
Jens Wiklanderc0bc8082018-02-27 20:25:25 +01001config BR2_PACKAGE_OPTEE_CLIENT
2 bool "optee_client"
3 help
4 http://github.org/OP-TEE/optee_client
5
6if BR2_PACKAGE_OPTEE_CLIENT
7config BR2_PACKAGE_OPTEE_CLIENT_SITE
8 string "OP-TEE client path"
9 default ""
10 help
11 The path to the source directory of OP-TEE client
12endif