blob: 3c59e19029befd7ad0070db571de0b4b8271dfdb [file] [log] [blame]
Jens Wiklander4fb0a5e2015-04-14 14:33:20 +02001# OP-TEE Trusted Execution Environment Configuration
2config OPTEE
3 tristate "OP-TEE"
4 depends on HAVE_ARM_SMCCC
5 help
6 This implements the OP-TEE Trusted Execution Environment (TEE)
7 driver.
Sahil Malhotra32495272018-06-08 12:38:13 +05308
9config OPTEE_SHM_NUM_PRIV_PAGES
10 int "Private Shared Memory Pages"
11 default 1
12 depends on OPTEE
13 help
14 This sets the number of private shared memory pages to be
15 used by OP-TEE TEE driver.