serial: 8250: Make SERIAL_8250_EM available for arm64 systems
authorPhil Edworthy <phil.edworthy@renesas.com>
Wed, 30 Mar 2022 15:40:16 +0000 (16:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Apr 2022 09:11:11 +0000 (11:11 +0200)
This is needed for the Renesas RZ/V2M (r9a09g011) SoC.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220330154024.112270-6-phil.edworthy@renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/Kconfig

index cd93ea6eed65a089f0ed7d469b9acd58f16af2ce..fdb6c418869527b40404dddcd231dc1b19eab07c 100644 (file)
@@ -380,7 +380,7 @@ config SERIAL_8250_DW
 config SERIAL_8250_EM
        tristate "Support for Emma Mobile integrated serial port"
        depends on SERIAL_8250 && HAVE_CLK
-       depends on (ARM && ARCH_RENESAS) || COMPILE_TEST
+       depends on ARCH_RENESAS || COMPILE_TEST
        help
          Selecting this option will add support for the integrated serial
          port hardware found on the Emma Mobile line of processors.