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

Hamish Martin posted 1 patch 3 years, 4 months ago
drivers/memory/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] memory: mvebu-devbus: Allow on ARCH_MVEBU systems
Posted by Hamish Martin 3 years, 4 months ago
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@alliedtelesis.co.nz>
---
 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