From e93a5a86c71e4ff677161a883202e2e0336ce55f Mon Sep 17 00:00:00 2001 From: Florian Lohoff Date: Sat, 8 Apr 2000 08:11:37 +0000 Subject: 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. --- drivers/sgi/Config.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3