From: Rafał Miłecki <rafal@xxxxxxxxxx> Hardware supported by bcm63xx is also used by BCM4908 SoCs family that is ARM64. Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx> --- 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