diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2010-11-05 04:47:21 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-11-24 04:08:59 -0500 |
commit | ec4bb253fcc5c07519b5e701d2c87100aef0d2ba (patch) | |
tree | 9c5af4f2f71dea886a7d1987a77ff989a5a0e333 | |
parent | c7259df3af03aee00985e9bb64fb2afa593f703f (diff) |
ARM i.MX51: Make CONFIG_MXC_TZIC an invisible option
There's no point showing this option to the user. The correct
value will be selected anyway.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r-- | arch/arm/plat-mxc/Kconfig | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index 6c66bc0521d8..389f21795015 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig | |||
@@ -63,12 +63,7 @@ config MXC_IRQ_PRIOR | |||
63 | Say N here, unless you have a specialized requirement. | 63 | Say N here, unless you have a specialized requirement. |
64 | 64 | ||
65 | config MXC_TZIC | 65 | config MXC_TZIC |
66 | bool "Enable TrustZone Interrupt Controller" | 66 | bool |
67 | depends on ARCH_MX51 | ||
68 | help | ||
69 | This will be automatically selected for all processors | ||
70 | containing this interrupt controller. | ||
71 | Say N here only if you are really sure. | ||
72 | 67 | ||
73 | config MXC_AVIC | 68 | config MXC_AVIC |
74 | bool | 69 | bool |