diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 1999-02-11 23:55:05 +0000 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 1999-02-11 23:55:05 +0000 |
commit | 046dcd00268e34e0cd9032592e498f71830374ea (patch) | |
tree | ed9570d5cfbf2360985a748e4a548ebedacd433f /drivers/sgi | |
parent | 57f4ca34859ba44984f58a061d6269d365175bcc (diff) |
compile in dummy console, when newport_con is a module
Diffstat (limited to 'drivers/sgi')
-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 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 |