diff options
author | Stephen Gallimore <stephen.gallimore@st.com> | 2013-08-07 11:31:25 -0400 |
---|---|---|
committer | Srinivas Kandagatla <srinivas.kandagatla@st.com> | 2014-03-11 06:49:40 -0400 |
commit | 1f42c290c3d91b5f9f60bd503b12ba06c7f47021 (patch) | |
tree | a0d8ad78c3c9bccd77a8388e9be540fab12b7b74 /drivers/reset/sti/Kconfig | |
parent | e5d76075d9300a483619f7f308a693311af9c2cb (diff) |
drivers: reset: Reset controller driver for STiH415
This patch adds a reset controller platform driver for the STiH415
SoC. This initial version provides a compatible driver for the
"st,stih415-powerdown" device, which registers a system configuration
register based reset controller that controls the powerdown state of
hardware such as the on-chip USB host controllers.
Signed-off-by: Stephen Gallimore <stephen.gallimore@st.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset/sti/Kconfig')
-rw-r--r-- | drivers/reset/sti/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/reset/sti/Kconfig b/drivers/reset/sti/Kconfig index ba137963e94e..ef6654a7c898 100644 --- a/drivers/reset/sti/Kconfig +++ b/drivers/reset/sti/Kconfig | |||
@@ -4,4 +4,8 @@ config STI_RESET_SYSCFG | |||
4 | bool | 4 | bool |
5 | select RESET_CONTROLLER | 5 | select RESET_CONTROLLER |
6 | 6 | ||
7 | config STIH415_RESET | ||
8 | bool | ||
9 | select STI_RESET_SYSCFG | ||
10 | |||
7 | endif | 11 | endif |