Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Christophe Kerello and committed by
Krzysztof Kozlowski
20c082a2 2ae66ecc

+1 -1
+1 -1
drivers/memory/Kconfig
··· 228 228 229 229 config STM32_FMC2_EBI 230 230 tristate "Support for FMC2 External Bus Interface on STM32MP SoCs" 231 - depends on MACH_STM32MP157 || COMPILE_TEST 231 + depends on ARCH_STM32 || COMPILE_TEST 232 232 select MFD_SYSCON 233 233 help 234 234 Select this option to enable the STM32 FMC2 External Bus Interface