linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: orion5x: Add missing config symbol
@ 2021-04-28 18:12 Mauri Sandberg
  0 siblings, 0 replies; only message in thread
From: Mauri Sandberg @ 2021-04-28 18:12 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: andrew, sebastian.hesselbarth, gregory.clement, Mauri Sandberg

MVEBU_DEVBUS depends on MEMORY and, without the latter, turning on
ARCH_ORION5x is left a little bit crippled.

Adding MEMORY to the symbols ARCH_ORION5x selects fixes the situation.

Signed-off-by: Mauri Sandberg <sandberg@mailfence.com>
---
 arch/arm/mach-orion5x/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-orion5x/Kconfig b/arch/arm/mach-orion5x/Kconfig
index e94a61901ffd..86a5308cca3d 100644
--- a/arch/arm/mach-orion5x/Kconfig
+++ b/arch/arm/mach-orion5x/Kconfig
@@ -4,6 +4,7 @@ menuconfig ARCH_ORION5X
 	depends on MMU && ARCH_MULTI_V5
 	select CPU_FEROCEON
 	select GPIOLIB
+	select MEMORY
 	select MVEBU_MBUS
 	select FORCE_PCI
 	select PHYLIB if NETDEVICES

base-commit: 68a32ba14177d4a21c4a9a941cf1d7aea86d436f
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-28 18:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-28 18:12 [PATCH] ARM: orion5x: Add missing config symbol Mauri Sandberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).