]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: sti: Add STiH407 Kconfig entry to select STIH407_RESET
authorPeter Griffin <peter.griffin@linaro.org>
Wed, 2 Jul 2014 14:08:00 +0000 (16:08 +0200)
committerMaxime Coquelin <maxime.coquelin@st.com>
Fri, 31 Oct 2014 08:58:58 +0000 (09:58 +0100)
The STiH407 is a STMicroelectronics Digital Consumer electronics
family, targetted at set-top-box and other audio/video applications.

This patch selects the reset controller driver for this family which
is essential to take various IP's on the SoC out of powerdown / reset.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
arch/arm/mach-sti/Kconfig

index 878e9ec97d0fc810249628533c3ff4acc2e11d15..8825bc9e2553057145a9d2839bf4001e71960bd8 100644 (file)
@@ -42,4 +42,14 @@ config SOC_STIH416
          and other digital audio/video applications using Flattened Device
          Trees.
 
+config SOC_STIH407
+       bool "STiH407 STMicroelectronics Consumer Electronics family"
+       default y
+       select STIH407_RESET
+       help
+         This enables support for STMicroelectronics Digital Consumer
+         Electronics family StiH407 parts, targetted at set-top-box
+         and other digital audio/video applications using Flattened Device
+         Trees.
+
 endif