diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2018-03-12 10:46:14 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-19 16:14:22 -0400 |
commit | a7519b3324258312558685bccaf8eb0dd039ac0c (patch) | |
tree | b2abacf6590bf5945203719409e84dc856a5018b /drivers/reset/Kconfig | |
parent | 8aeba629cc7c752a06cbdc8bf24dc2ecf454f689 (diff) | |
download | u-boot-a7519b3324258312558685bccaf8eb0dd039ac0c.tar.gz u-boot-a7519b3324258312558685bccaf8eb0dd039ac0c.tar.bz2 u-boot-a7519b3324258312558685bccaf8eb0dd039ac0c.zip |
reset: stm32: adapt driver for stm32mp1
- move to livetree and allow to get address to parent
- add stm32mp1 compatible for probe
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'drivers/reset/Kconfig')
-rw-r--r-- | drivers/reset/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 3964b9eb6e..71a786bab5 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -30,7 +30,7 @@ config STI_RESET config STM32_RESET bool "Enable the STM32 reset" - depends on STM32 + depends on STM32 || ARCH_STM32MP help Support for reset controllers on STMicroelectronics STM32 family SoCs. This resset driver is compatible with STM32 F4/F7 and H7 SoCs. |