From 3ed043854abf95a69b2bf29a04558176c19d17e2 Mon Sep 17 00:00:00 2001 From: Christophe Kerello Date: Tue, 2 Mar 2021 18:01:39 +0100 Subject: [PATCH] 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. Change-Id: I3a646433fe6d1ea83d9d8c18c6c5426f26df5d59 Signed-off-by: Christophe Kerello Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/197104 Tested-by: Christophe KERELLO Reviewed-by: CITOOLS Reviewed-by: Yann GAUTIER Reviewed-by: Christophe KERELLO Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/297320 Domain-Review: Christophe KERELLO ACI: CITOOLS ACI: CIBUILD --- drivers/memory/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index fac290e48e0b..91774e6ee624 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig @@ -228,7 +228,7 @@ config RENESAS_RPCIF config STM32_FMC2_EBI tristate "Support for FMC2 External Bus Interface on STM32MP SoCs" - depends on MACH_STM32MP157 || COMPILE_TEST + depends on ARCH_STM32 || COMPILE_TEST select MFD_SYSCON help Select this option to enable the STM32 FMC2 External Bus Interface