serial: lantiq: Add x86 in Kconfig dependencies for Lantiq serial driver
authorRahul Tanwar <rahul.tanwar@linux.intel.com>
Mon, 4 May 2020 08:03:52 +0000 (16:03 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 May 2020 14:24:21 +0000 (16:24 +0200)
Lantiq serial driver/IP is reused for a x86 based SoC as well.
Update the Kconfig accordingly.

Signed-off-by: Rahul Tanwar <rahul.tanwar@linux.intel.com>
Link: https://lore.kernel.org/r/96fd193c0a8939d27641ff93573545c02313048f.1588577002.git.rahul.tanwar@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig

index 0aea76c..4b0a7b9 100644 (file)
@@ -1035,7 +1035,7 @@ config SERIAL_SIFIVE_CONSOLE
 
 config SERIAL_LANTIQ
        bool "Lantiq serial driver"
-       depends on LANTIQ
+       depends on (LANTIQ || X86) || COMPILE_TEST
        select SERIAL_CORE
        select SERIAL_CORE_CONSOLE
        select SERIAL_EARLYCON