Skip to content

Commit e8a18e3

Browse files
committed
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 <[email protected]> Cc: <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent 9abf231 commit e8a18e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/tty/serial/8250/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ config SERIAL_8250_CONSOLE
118118

119119
config SERIAL_8250_GSC
120120
tristate
121-
depends on SERIAL_8250 && GSC
121+
depends on SERIAL_8250 && PARISC
122122
default SERIAL_8250
123123

124124
config SERIAL_8250_DMA

0 commit comments

Comments
 (0)