Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 305f5167 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Kyle McMartin
Browse files

[PARISC] Make Serial MUX depend on a specific bus type.



Depend on GSC, not PARISC.  Machines without GSC don't have a MUX.

Signed-off-by: default avatarMatthew Wilcox <willy@parisc-linux.org>
Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent 9ab88515
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -507,7 +507,7 @@ config SERIAL_SUNSU_CONSOLE

config SERIAL_MUX
	tristate "Serial MUX support"
	depends on PARISC
	depends on GSC
	select SERIAL_CORE
	default y
	---help---