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 <christophe.kerello@foss.st.com> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/197104 Tested-by: Christophe KERELLO <christophe.kerello@st.com> Reviewed-by: CITOOLS <MDG-smet-aci-reviews@list.st.com> Reviewed-by: Yann GAUTIER <yann.gautier@foss.st.com> Reviewed-by: Christophe KERELLO <christophe.kerello@st.com> Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/297320 Domain-Review: Christophe KERELLO <christophe.kerello@st.com> ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com> ACI: CIBUILD <MDG-smet-aci-builds@list.st.com>
This commit is contained in:
committed by
Eric Fourmont
parent
6628609f66
commit
3ed043854a
@ -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
|
||||
|
||||
Reference in New Issue
Block a user