diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2010-11-05 09:47:21 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-11-24 10:08:59 +0100 |
commit | ec4bb253fcc5c07519b5e701d2c87100aef0d2ba (patch) | |
tree | 9c5af4f2f71dea886a7d1987a77ff989a5a0e333 /arch/arm/plat-mxc/Kconfig | |
parent | c7259df3af03aee00985e9bb64fb2afa593f703f (diff) | |
download | kernel_samsung_smdk4412-ec4bb253fcc5c07519b5e701d2c87100aef0d2ba.zip kernel_samsung_smdk4412-ec4bb253fcc5c07519b5e701d2c87100aef0d2ba.tar.gz kernel_samsung_smdk4412-ec4bb253fcc5c07519b5e701d2c87100aef0d2ba.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/plat-mxc/Kconfig')
-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 6c66bc0..389f217 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig @@ -63,12 +63,7 @@ config MXC_IRQ_PRIOR Say N here, unless you have a specialized requirement. config MXC_TZIC - bool "Enable TrustZone Interrupt Controller" - depends on ARCH_MX51 - help - This will be automatically selected for all processors - containing this interrupt controller. - Say N here only if you are really sure. + bool config MXC_AVIC bool |