Skip to content

Commit

Permalink
serial: lantiq: Add x86 in Kconfig dependencies for Lantiq serial driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rahul Tanwar authored and Greg Kroah-Hartman committed May 5, 2020

Unverified

No user is associated with the committer email.
1 parent e2bd1dc commit c2880ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/serial/Kconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c2880ec

Please sign in to comment.