Skip to content

Commit e841888

Browse files
committed
tee: add ARM_SMCCC dependency
For the moment, the tee subsystem only makes sense in combination with the op-tee driver that depends on ARM_SMCCC, so let's hide the subsystem from users that can't select that. Suggested-by: Linus Torvalds <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent e038d55 commit e841888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/tee/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Generic Trusted Execution Environment Configuration
22
config TEE
33
tristate "Trusted Execution Environment support"
4+
depends on HAVE_ARM_SMCCC || COMPILE_TEST
45
select DMA_SHARED_BUFFER
56
select GENERIC_ALLOCATOR
67
help

0 commit comments

Comments
 (0)