aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sti
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2015-05-12 08:51:00 -0400
committerMaxime Coquelin <maxime.coquelin@st.com>2015-05-13 04:42:38 -0400
commit56439ab0e3ba2e62fe824f879ebea980f6a0e072 (patch)
tree964dc790e7bb0f8949a577101273e24d65e0fe8f /arch/arm/mach-sti
parent107dea0c2b393bc5b45f23ddb2b154f38489f46c (diff)
ARM: STi: Ensure requested STi's SysCfg Controlled IRQs are enabled at boot
This driver is used to enable System Configuration Register controlled External, CTI (Core Sight), PMU (Performance Management), and PL310 L2 Cache IRQs prior to use. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/mach-sti')
-rw-r--r--arch/arm/mach-sti/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig
index 3b1ac463a494..125865daaf17 100644
--- a/arch/arm/mach-sti/Kconfig
+++ b/arch/arm/mach-sti/Kconfig
@@ -1,6 +1,7 @@
1menuconfig ARCH_STI 1menuconfig ARCH_STI
2 bool "STMicroelectronics Consumer Electronics SOCs" if ARCH_MULTI_V7 2 bool "STMicroelectronics Consumer Electronics SOCs" if ARCH_MULTI_V7
3 select ARM_GIC 3 select ARM_GIC
4 select ST_IRQCHIP
4 select ARM_GLOBAL_TIMER 5 select ARM_GLOBAL_TIMER
5 select PINCTRL 6 select PINCTRL
6 select PINCTRL_ST 7 select PINCTRL_ST