[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20221116210717.31313-1-hamish.martin@alliedtelesis.co.nz>
Date: Thu, 17 Nov 2022 10:07:17 +1300
From: Hamish Martin <hamish.martin@...iedtelesis.co.nz>
To: krzysztof.kozlowski@...aro.org
Cc: linux-kernel@...r.kernel.org,
Hamish Martin <hamish.martin@...iedtelesis.co.nz>
Subject: [PATCH] memory: mvebu-devbus: Allow on ARCH_MVEBU systems
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@...iedtelesis.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
Powered by blists - more mailing lists