From: Sascha Hauer Date: Fri, 5 Nov 2010 08:47:21 +0000 (+0100) Subject: ARM i.MX51: Make CONFIG_MXC_TZIC an invisible option X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ec4bb253fcc5c07519b5e701d2c87100aef0d2ba;p=linux-beck.git 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 --- 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 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