Skip to content

Commit 20c082a

Browse files
Christophe Kerellokrzk
authored andcommitted
memory: stm32-fmc2-ebi: depends on ARCH_STM32 instead of MACH_STM32MP157
To be able to compile the driver on all STM32MP SOCs, we move the "depends on" on ARCH_STM32. Signed-off-by: Christophe Kerello <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 2ae66ec commit 20c082a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/memory/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ config RENESAS_RPCIF
228228

229229
config STM32_FMC2_EBI
230230
tristate "Support for FMC2 External Bus Interface on STM32MP SoCs"
231-
depends on MACH_STM32MP157 || COMPILE_TEST
231+
depends on ARCH_STM32 || COMPILE_TEST
232232
select MFD_SYSCON
233233
help
234234
Select this option to enable the STM32 FMC2 External Bus Interface

0 commit comments

Comments
 (0)