diff options
author | Olof Johansson | 2020-01-24 12:05:07 -0800 |
---|---|---|
committer | Olof Johansson | 2020-01-24 12:05:08 -0800 |
commit | 088307d216205227baa4707f07c73d1dcb863c9b (patch) | |
tree | 7f73dc53615b8991398f08c5616642256ed16d27 /drivers | |
parent | 70db729fe1b30af89e798d16c1045846753e5448 (diff) | |
parent | 9e0caab8e0f96f0af7d1dd388e62f44184a75372 (diff) |
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')
-rw-r--r-- | drivers/tee/optee/Kconfig | 1 |
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. |