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 <christophe.kerello@foss.st.com> Link: https://lore.kernel.org/r/20230324155105.826063-2-christophe.kerello@foss.st.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 2ae66ec commit 20c082a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)