diff options
Diffstat (limited to 'drivers')
-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 |