diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2014-07-02 10:08:00 -0400 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2014-10-31 04:58:58 -0400 |
commit | c27321141915adea8ec0b5d9ab2f1787fcb70d8b (patch) | |
tree | 139c1f6ea978334cc3c91ee86a34ec81687a2c31 | |
parent | dc62bfdfa3a5cc72d258d0856ac11b624bf5329d (diff) |
ARM: sti: Add STiH407 Kconfig entry to select STIH407_RESET
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>
-rw-r--r-- | arch/arm/mach-sti/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig index 878e9ec97d0f..8825bc9e2553 100644 --- a/arch/arm/mach-sti/Kconfig +++ b/arch/arm/mach-sti/Kconfig | |||
@@ -42,4 +42,14 @@ config SOC_STIH416 | |||
42 | and other digital audio/video applications using Flattened Device | 42 | and other digital audio/video applications using Flattened Device |
43 | Trees. | 43 | Trees. |
44 | 44 | ||
45 | config SOC_STIH407 | ||
46 | bool "STiH407 STMicroelectronics Consumer Electronics family" | ||
47 | default y | ||
48 | select STIH407_RESET | ||
49 | help | ||
50 | This enables support for STMicroelectronics Digital Consumer | ||
51 | Electronics family StiH407 parts, targetted at set-top-box | ||
52 | and other digital audio/video applications using Flattened Device | ||
53 | Trees. | ||
54 | |||
45 | endif | 55 | endif |