diff options
author | Stephen Gallimore <stephen.gallimore@st.com> | 2013-08-07 17:57:26 +0200 |
---|---|---|
committer | Srinivas Kandagatla <srinivas.kandagatla@st.com> | 2014-03-11 11:51:40 +0100 |
commit | d0ace0f6e5bfa1b064789cf343e42a3c808f031a (patch) | |
tree | 09fcd9527d021ca34baa1a8142530f58dac8d748 /drivers/reset/sti/Kconfig | |
parent | drivers: reset: Reset controller driver for STiH415 (diff) | |
download | linux-d0ace0f6e5bfa1b064789cf343e42a3c808f031a.tar.xz linux-d0ace0f6e5bfa1b064789cf343e42a3c808f031a.zip |
drivers: reset: Reset controller driver for STiH416
This patch adds a reset controller platform driver for the STiH416
SoC. This initial version provides a compatible driver for the
"st,stih416-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 ef6654a7c898..88d2d0316613 100644 --- a/drivers/reset/sti/Kconfig +++ b/drivers/reset/sti/Kconfig @@ -8,4 +8,8 @@ config STIH415_RESET bool select STI_RESET_SYSCFG +config STIH416_RESET + bool + select STI_RESET_SYSCFG + endif |