parisc: Make 8250_gsc driver dependend on CONFIG_PARISC
authorHelge Deller <deller@gmx.de>
Fri, 21 Oct 2022 05:44:49 +0000 (07:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Nov 2022 17:15:40 +0000 (18:15 +0100)
commit5daf985dd0f3eb96a6d2bd151d4ce0cbc369a3c2
tree3694588298b2ad72ffd3a0e1faa10f72a89683c5
parent425fe99771bfe21ffb8ba0dd9b97f90722efbf67
parisc: Make 8250_gsc driver dependend on CONFIG_PARISC

commit e8a18e3f00f3ee8d07c17ab1ea3ad4df4a3b6fe0 upstream.

Although the name of the driver 8250_gsc.c suggests that it handles
only serial ports on the GSC bus, it does handle serial ports listed
in the parisc machine inventory as well, e.g. the serial ports in a
C8000 PCI-only workstation.

Change the dependency to CONFIG_PARISC, so that the driver gets included
in the kernel even if CONFIG_GSC isn't set.

Reported-by: Mikulas Patocka <mpatocka@redhat.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/Kconfig