aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tee
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2020-01-24 12:05:07 -0800
committerOlof Johansson <olof@lixom.net>2020-01-24 12:05:08 -0800
commit088307d216205227baa4707f07c73d1dcb863c9b (patch)
tree7f73dc53615b8991398f08c5616642256ed16d27 /drivers/tee
parentMAINTAINERS: Add myself as the co-maintainer for Actions Semi platforms (diff)
parenttee: optee: Fix compilation issue with nommu (diff)
downloadlinux-dev-088307d216205227baa4707f07c73d1dcb863c9b.tar.xz
linux-dev-088307d216205227baa4707f07c73d1dcb863c9b.zip
Merge tag 'tee-optee-fix2-for-5.5' of https://git.linaro.org:/people/jens.wiklander/linux-tee into arm/fixes
Fix OP-TEE compile error with nommu * tag 'tee-optee-fix2-for-5.5' of https://git.linaro.org:/people/jens.wiklander/linux-tee: tee: optee: Fix compilation issue with nommu Link: https://lore.kernel.org/r/20200123101310.GA10320@jax Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/tee')
-rw-r--r--drivers/tee/optee/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tee/optee/Kconfig b/drivers/tee/optee/Kconfig
index d1ad512e1708..3ca71e3812ed 100644
--- a/drivers/tee/optee/Kconfig
+++ b/drivers/tee/optee/Kconfig
@@ -3,6 +3,7 @@
config OPTEE
tristate "OP-TEE"
depends on HAVE_ARM_SMCCC
+ depends on MMU
help
This implements the OP-TEE Trusted Execution Environment (TEE)
driver.