diff options
| author | Trevor Woerner <[email protected]> | 2020-05-06 08:02:42 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-05-15 14:47:35 -0400 |
| commit | 71f6354b0e3a098ddbddd7c59bbfda4c60c88381 (patch) | |
| tree | cfd8b8f143e274c304f2040c908738aa1afd7a6b /drivers/misc | |
| 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 <[email protected]>
Diffstat (limited to 'drivers/misc')
| -rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 766402745dd..81ed9eb2090 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -310,7 +310,7 @@ config STM32MP_FUSE config STM32_RCC bool "Enable RCC driver for the STM32 SoC's family" - depends on (STM32 || ARCH_STM32MP) && MISC + depends on (ARCH_STM32 || ARCH_STM32MP) && MISC help Enable the STM32 RCC driver. The RCC block (Reset and Clock Control block) is responsible of the management of the clock and reset |
