commit | 2bcc1edf8e668a631ec1b4e690caa04e19c0a618 | [log] [tgz] |
---|---|---|
author | Trevor Woerner <twoerner@gmail.com> | Wed May 06 08:02:42 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri May 15 14:47:35 2020 -0400 |
tree | cfd8b8f143e274c304f2040c908738aa1afd7a6b | |
parent | 513f64078b5870c4536750552c1f48c99d01bb98 [diff] [blame] |
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>
diff --git a/arch/arm/mach-stm32/Kconfig b/arch/arm/mach-stm32/Kconfig index cea5ee2..b42b056 100644 --- a/arch/arm/mach-stm32/Kconfig +++ b/arch/arm/mach-stm32/Kconfig
@@ -1,4 +1,4 @@ -if STM32 +if ARCH_STM32 config STM32F4 bool "stm32f4 family"