All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tty: serial: bcm63xx: allow building on ARM64
@ 2020-11-25  8:13 Rafał Miłecki
  2020-11-25  8:23 ` Greg Kroah-Hartman
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Rafał Miłecki @ 2020-11-25  8:13 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Jiri Slaby, linux-serial, Hauke Mehrtens,
	bcm-kernel-feedback-list, Rafał Miłecki

From: Rafał Miłecki <rafal@milecki.pl>

Hardware supported by bcm63xx is also used by BCM4908 SoCs family that
is ARM64.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 drivers/tty/serial/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 28f22e58639c..6907c5b17a0e 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1133,7 +1133,8 @@ config SERIAL_TIMBERDALE
 config SERIAL_BCM63XX
 	tristate "Broadcom BCM63xx/BCM33xx UART support"
 	select SERIAL_CORE
-	depends on MIPS || ARM || COMPILE_TEST
+	depends on MIPS || ARM || ARM64 || COMPILE_TEST
+	default ARCH_BCM4908
 	help
 	  This enables the driver for the onchip UART core found on
 	  the following chipsets:
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-12-08 20:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-25  8:13 [PATCH] tty: serial: bcm63xx: allow building on ARM64 Rafał Miłecki
2020-11-25  8:23 ` Greg Kroah-Hartman
2020-11-25  8:38   ` Rafał Miłecki
2020-11-25  8:54     ` Greg Kroah-Hartman
2020-11-25  8:58       ` Rafał Miłecki
2020-12-08 10:45       ` Geert Uytterhoeven
2020-12-08 10:59         ` Rafał Miłecki
2020-12-08 15:30           ` Geert Uytterhoeven
2020-12-08 11:03         ` Greg Kroah-Hartman
2020-12-08 12:12           ` Geert Uytterhoeven
2020-11-25  9:06 ` [PATCH V2] tty: serial: bcm63xx: lower driver dependencies Rafał Miłecki
2020-11-28  5:02   ` Florian Fainelli
2020-12-08 10:47   ` Geert Uytterhoeven
2020-12-08 11:02     ` Rafał Miłecki
2020-12-08 19:23 ` [PATCH] tty: serial: bcm63xx: allow building on ARM64 Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.