aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wilcox <willy@parisc-linux.org>2005-11-18 16:17:50 -0500
committerKyle McMartin <kyle@parisc-linux.org>2005-11-18 16:17:50 -0500
commit305f5167f1e9d832b332933979b6b5e3cc68ce73 (patch)
treef6b0bc3a994f40efa1ec40acab8e3cd487239263
parent[PARISC] Fix compile warning caused by conflicting types of expand_upwards() (diff)
downloadlinux-dev-305f5167f1e9d832b332933979b6b5e3cc68ce73.tar.xz
linux-dev-305f5167f1e9d832b332933979b6b5e3cc68ce73.zip
[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: Matthew Wilcox <willy@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
-rw-r--r--drivers/serial/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index ff36f0c9fdad..ad47c1b84c3f 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -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---