From 046dcd00268e34e0cd9032592e498f71830374ea Mon Sep 17 00:00:00 2001 From: Thomas Bogendoerfer Date: Thu, 11 Feb 1999 23:55:05 +0000 Subject: compile in dummy console, when newport_con is a module --- drivers/sgi/Config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers') 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 -- cgit v1.2.3