diff options
author | Rafał Miłecki <[email protected]> | 2020-11-25 10:06:08 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-11-26 21:20:18 +0100 |
commit | f35a07f92616700733636c06dd6e5b6cdc807fe4 (patch) | |
tree | 7e364735cc26f8f7a9fbfed663b8dd6d6d215087 | |
parent | 5f1697fee6f6758ec1001569ae26d7a70a8bbc8e (diff) |
tty: serial: bcm63xx: lower driver dependencies
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/tty/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 8788e504ffb5..2d73b823e91c 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -1117,7 +1117,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: |