mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
parisc: Make 8250_gsc driver dependend on CONFIG_PARISC
commit e8a18e3f00 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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
cb525522fc
commit
a002d68aba
@@ -118,7 +118,7 @@ config SERIAL_8250_CONSOLE
|
|||||||
|
|
||||||
config SERIAL_8250_GSC
|
config SERIAL_8250_GSC
|
||||||
tristate
|
tristate
|
||||||
depends on SERIAL_8250 && GSC
|
depends on SERIAL_8250 && PARISC
|
||||||
default SERIAL_8250
|
default SERIAL_8250
|
||||||
|
|
||||||
config SERIAL_8250_DMA
|
config SERIAL_8250_DMA
|
||||||
|
|||||||
Reference in New Issue
Block a user