]> git.baikalelectronics.ru Git - kernel.git/commit
tty: serial: allow pxa.c to be COMPILE_TESTed
authorJiri Slaby <jslaby@suse.cz>
Tue, 27 Sep 2022 11:05:28 +0000 (13:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Sep 2022 12:57:51 +0000 (14:57 +0200)
commit9ae915b76af3e263bf48f73b5f6bfa06821327c3
tree6dd9c90281be6d078c4a74c29d5a2f1b77e0f04a
parent7e4248dd0aa30e9c058d74b36de2c957a28c51eb
tty: serial: allow pxa.c to be COMPILE_TESTed

There is no issue compiling pxa.c even in the SERIAL_8250=y case. So to
cover it in the usual configurations, add "|| COMPILE_TEST" there.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220927110528.12815-1-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig