Skip to content

Commit 7e8a0f1

Browse files
masahir0yolofj
authored andcommitted
ARM: stm32: use "depends on" instead of "if" after prompt
This appeared after the global fixups by commit e324654 ("ARM: use "depends on" for SoC configs instead of "if" after prompt"). Fix it now. Link: https://lore.kernel.org/r/[email protected] Fixes: e324654 ("ARM: use "depends on" for SoC configs instead of "if" after prompt") Signed-off-by: Masahiro Yamada <[email protected]> Signed-off-by: Olof Johansson <[email protected]>
1 parent 7cba7ca commit 7e8a0f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/mach-stm32/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
menuconfig ARCH_STM32
3-
bool "STMicroelectronics STM32 family" if ARM_SINGLE_ARMV7M || ARCH_MULTI_V7
3+
bool "STMicroelectronics STM32 family"
4+
depends on ARM_SINGLE_ARMV7M || ARCH_MULTI_V7
45
select ARMV7M_SYSTICK if ARM_SINGLE_ARMV7M
56
select HAVE_ARM_ARCH_TIMER if ARCH_MULTI_V7
67
select ARM_GIC if ARCH_MULTI_V7

0 commit comments

Comments
 (0)