From: "Rafał Miłecki" <zajec5@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "Jiri Slaby" <jirislaby@kernel.org>,
linux-serial@vger.kernel.org, "Hauke Mehrtens" <hauke@hauke-m.de>,
bcm-kernel-feedback-list@broadcom.com,
"Rafał Miłecki" <rafal@milecki.pl>
Subject: [PATCH] tty: serial: bcm63xx: allow building on ARM64
Date: Wed, 25 Nov 2020 09:13:52 +0100 [thread overview]
Message-ID: <20201125081352.25409-1-zajec5@gmail.com> (raw)
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
next reply other threads:[~2020-11-25 8:14 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-25 8:13 Rafał Miłecki [this message]
2020-11-25 8:23 ` [PATCH] tty: serial: bcm63xx: allow building on ARM64 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201125081352.25409-1-zajec5@gmail.com \
--to=zajec5@gmail.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=gregkh@linuxfoundation.org \
--cc=hauke@hauke-m.de \
--cc=jirislaby@kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=rafal@milecki.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).