summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-05-07 19:28:22 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-05-07 19:28:22 +0000
commitb3013b5919035dcbff059a4ecfdcefb4bb257b94 (patch)
tree5648ee193820b727ea20c87ac3d04a75e1ba3d3b
parent6284475f71fd93834b052c3bda83ab62a3cb674e (diff)
Um, that didn't look too good.
-rw-r--r--arch/mips/config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in
index a9d01d7d7..e979d603b 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -237,6 +237,9 @@ else
bool 'Support for console on virtual terminal' CONFIG_VT_CONSOLE
fi
tristate 'Standard/generic (dumb) serial support' CONFIG_SERIAL
+ if [ "$CONFIG_SGI" = "y" ]; then
+ bool 'SGI PROM Console Support' CONFIG_SGI_PROM_CONSOLE
+ fi
if [ "$CONFIG_SERIAL" = "y" ]; then
bool 'DZ11 Serial Support' CONFIG_DZ
if [ "$CONFIG_TC" = "y" ]; then
@@ -287,7 +290,6 @@ if [ "$CONFIG_DECSTATION" != "y" ]; then
fi
if [ "$CONFIG_SGI" = "y" ]; then
- bool 'SGI PROM Console Support' CONFIG_SGI_PROM_CONSOLE
source drivers/sgi/Config.in
fi