diff options
-rw-r--r-- | drivers/sgi/Config.in | 3 |
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 |