summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/Kconfig
diff options
context:
space:
mode:
authorBibek Basu <bibek.basu@stericsson.com>2011-09-13 17:11:24 +0530
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 16:07:33 +0200
commit4a52b5e81b9dfa823da64a111ecbe1da30e411ea (patch)
tree4fde91a2b3c49e060e48a04dd72608727e90e3ef /arch/arm/mach-ux500/Kconfig
parent31759bb9011a79603280afd195ee1e48083ff94e (diff)
U5500 : Update Kconfig to support TEE driver for 5500
Make TEE driver available for 5500 also Change-Id: Iad03e452ed946f5f355fc06095ad4ccd0d539fc4 Signed-off-by: Bibek Basu <bibek.basu@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/30836
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r--arch/arm/mach-ux500/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig
index 389c82e3970..b55c1ed274d 100644
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -150,14 +150,14 @@ config U5500_MODEM_IRQ
config TEE_UX500
bool "Trusted Execution Environment (TEE) ux500 hardware support"
- depends on (TEE_SUPPORT && MACH_U8500)
+ depends on TEE_SUPPORT
default y
help
Adds TEE hardware support for ux500 platforms.
config TEE_SVP
bool "Trusted Execution Environment (TEE) ux500 SVP support"
- depends on (TEE_SUPPORT && (MACH_U8500_SIMULATOR || MACH_U5500_SIMULATOR))
+ depends on TEE_SUPPORT && UX500_SVP
default y
help
Adds TEE support for SVP in ux500 platforms.