summaryrefslogtreecommitdiff
path: root/drivers/tee/optee/Makefile
diff options
context:
space:
mode:
authorJens Wiklander <[email protected]>2018-09-25 16:40:14 +0200
committerTom Rini <[email protected]>2018-10-07 10:47:38 -0400
commit232cfd6d9152fd2a4e7113faec51db2a9ab8c6bd (patch)
treef27206b6d3a7f8e3dc5830f7854e8c9feec0c3a7 /drivers/tee/optee/Makefile
parent7ab5630a42c4407570a77382320d38dc54ec54ae (diff)
optee: support routing of rpmb data frames to mmc
Adds support in optee supplicant to route signed (MACed) RPMB frames from OP-TEE Secure OS to MMC and vice versa to manipulate the RPMB partition. Tested-by: Igor Opaniuk <[email protected]> Signed-off-by: Jens Wiklander <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/tee/optee/Makefile')
-rw-r--r--drivers/tee/optee/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tee/optee/Makefile b/drivers/tee/optee/Makefile
index 6148feb474a..928d3f80027 100644
--- a/drivers/tee/optee/Makefile
+++ b/drivers/tee/optee/Makefile
@@ -2,3 +2,4 @@
obj-y += core.o
obj-y += supplicant.o
+obj-$(CONFIG_SUPPORT_EMMC_RPMB) += rpmb.o