diff options
author | Trevor Woerner | 2020-05-06 08:02:42 -0400 |
---|---|---|
committer | Tom Rini | 2020-05-15 14:47:35 -0400 |
commit | 71f6354b0e3a098ddbddd7c59bbfda4c60c88381 (patch) | |
tree | cfd8b8f143e274c304f2040c908738aa1afd7a6b /drivers/reset | |
parent | 18138ab20347ffe5a2b80dd180026dae697a160d (diff) |
rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32
Have this symbol follow the pattern of all other such symbols.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Diffstat (limited to 'drivers/reset')
-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 75ccd657997..65101ab4e88 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 || ARCH_STM32MP + depends on ARCH_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. |