summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Lohoff <flo@rfc822.org>2000-04-08 08:11:37 +0000
committerFlorian Lohoff <flo@rfc822.org>2000-04-08 08:11:37 +0000
commite93a5a86c71e4ff677161a883202e2e0336ce55f (patch)
treed8e9026be7fecc4dd10a51ce99a2dfbccabd5d14
parent92927406bdf382eee8aa7261ada22f8f77d4b270 (diff)
Let CONFIG_SERIAL_CONSOLE be selectable - At least there is some reference
to it in arch/mips/sgi/kernel/setup.c - Probably sgiserial.c should be fixed to only include console stuff is CONFIG_SERIAL_CONSOLE although this only gets interesting if the PROM_CONSOLE/Framebuffers gets supported.
-rw-r--r--drivers/sgi/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/sgi/Config.in b/drivers/sgi/Config.in
index f19bc20b9..f7582d1fa 100644
--- a/drivers/sgi/Config.in
+++ b/drivers/sgi/Config.in
@@ -5,6 +5,9 @@ mainmenu_option next_comment
comment 'SGI devices'
bool 'SGI Zilog85C30 serial support' CONFIG_SGI_SERIAL
+if [ "$CONFIG_SGI_SERIAL" = "y" ]; then
+ bool ' Support for console on serial port' CONFIG_SERIAL_CONSOLE
+fi
bool 'SGI DS1286 RTC support' CONFIG_SGI_DS1286
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then