]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerHelge Deller <deller@gmx.de>
Fri, 21 Oct 2022 06:10:45 +0000 (08:10 +0200)
commit87a95344cf79daa923e0ee7b238993c8504434cd
tree2fd3c3f4ca26b10908ed0843955308de0b239a53
parentf9cd8e124bf669aeea2383cd3379e3e16e75ceea
parisc: Make 8250_gsc driver dependend on CONFIG_PARISC

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>
drivers/tty/serial/8250/Kconfig