[PATCH] memory: mvebu-devbus: Allow on ARCH_MVEBU systems

From: Hamish Martin
Date: Wed Nov 16 2022 - 16:08:36 EST


The Marvell EBU Device Bus controller is available on more systems than
currently supported by the Kconfig definition. For instance the CN9130 SoC
has this controller.
Allow ARCH_MVEBU systems to configure this driver on.

Signed-off-by: Hamish Martin <hamish.martin@xxxxxxxxxxxxxxxxxxx>
---
drivers/memory/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig
index fac290e48e0b..63176665b4e2 100644
--- a/drivers/memory/Kconfig
+++ b/drivers/memory/Kconfig
@@ -159,7 +159,7 @@ config FPGA_DFL_EMIF
config MVEBU_DEVBUS
bool "Marvell EBU Device Bus Controller"
default y if PLAT_ORION
- depends on PLAT_ORION || COMPILE_TEST
+ depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST
depends on OF
help
This driver is for the Device Bus controller available in some
--
2.38.1