b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | From f35a07f92616700733636c06dd6e5b6cdc807fe4 Mon Sep 17 00:00:00 2001 |
| 2 | From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl> |
| 3 | Date: Wed, 25 Nov 2020 10:06:08 +0100 |
| 4 | Subject: [PATCH] tty: serial: bcm63xx: lower driver dependencies |
| 5 | MIME-Version: 1.0 |
| 6 | Content-Type: text/plain; charset=UTF-8 |
| 7 | Content-Transfer-Encoding: 8bit |
| 8 | |
| 9 | Hardware supported by bcm63xx is also used by BCM4908 SoCs family that |
| 10 | is ARM64. In future more architectures may need it as well. There is |
| 11 | nothing arch specific breaking compilation so just stick to requiring |
| 12 | COMMON_CLK. |
| 13 | |
| 14 | Signed-off-by: Rafał Miłecki <rafal@milecki.pl> |
| 15 | Link: https://lore.kernel.org/r/20201125090608.28442-1-zajec5@gmail.com |
| 16 | Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
| 17 | --- |
| 18 | drivers/tty/serial/Kconfig | 2 +- |
| 19 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 20 | |
| 21 | --- a/drivers/tty/serial/Kconfig |
| 22 | +++ b/drivers/tty/serial/Kconfig |
| 23 | @@ -1125,7 +1125,7 @@ config SERIAL_TIMBERDALE |
| 24 | config SERIAL_BCM63XX |
| 25 | tristate "Broadcom BCM63xx/BCM33xx UART support" |
| 26 | select SERIAL_CORE |
| 27 | - depends on MIPS || ARM || COMPILE_TEST |
| 28 | + depends on COMMON_CLK |
| 29 | help |
| 30 | This enables the driver for the onchip UART core found on |
| 31 | the following chipsets: |