linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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 V2] tty: serial: bcm63xx: lower driver dependencies
Date: Wed, 25 Nov 2020 10:06:08 +0100	[thread overview]
Message-ID: <20201125090608.28442-1-zajec5@gmail.com> (raw)
In-Reply-To: <20201125081352.25409-1-zajec5@gmail.com>

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

Hardware supported by bcm63xx is also used by BCM4908 SoCs family that
is ARM64. In future more architectures may need it as well. There is
nothing arch specific breaking compilation so just stick to requiring
COMMON_CLK.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
V2: Just drop all ARCH_* dependencies. Thanks Greg!
---
 drivers/tty/serial/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


  parent reply	other threads:[~2020-11-25  9:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Rafał Miłecki [this message]
2020-11-28  5:02   ` [PATCH V2] tty: serial: bcm63xx: lower driver dependencies 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=20201125090608.28442-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).