summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1999-02-11 23:55:05 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1999-02-11 23:55:05 +0000
commit046dcd00268e34e0cd9032592e498f71830374ea (patch)
treeed9570d5cfbf2360985a748e4a548ebedacd433f /drivers
parent57f4ca34859ba44984f58a061d6269d365175bcc (diff)
compile in dummy console, when newport_con is a module
Diffstat (limited to 'drivers')
-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 73f418084..c399abeef 100644
--- a/drivers/sgi/Config.in
+++ b/drivers/sgi/Config.in
@@ -15,6 +15,9 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
tristate 'SGI HAL2 Audio support' CONFIG_SGI_HAL2
tristate 'SGI Newport Graphics support' CONFIG_SGI_NEWPORT_GFX
tristate 'SGI Newport Console support' CONFIG_SGI_NEWPORT_CONSOLE
+ if [ "$CONFIG_SGI_NEWPORT_CONSOLE" = "m" ]; then
+ define_bool CONFIG_DUMMY_CONSOLE y
+ fi
fi
endmenu