summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2020-05-06 15:02:42 +0300
committerTom Rini <trini@konsulko.com>2020-05-15 21:47:35 +0300
commit71f6354b0e3a098ddbddd7c59bbfda4c60c88381 (patch)
treecfd8b8f143e274c304f2040c908738aa1afd7a6b /arch/arm/mach-stm32
parent18138ab20347ffe5a2b80dd180026dae697a160d (diff)
downloadu-boot-71f6354b0e3a098ddbddd7c59bbfda4c60c88381.tar.xz
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 'arch/arm/mach-stm32')
-rw-r--r--arch/arm/mach-stm32/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-stm32/Kconfig b/arch/arm/mach-stm32/Kconfig
index cea5ee2ce5..b42b05669a 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"