diff options
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/char/Config.in b/drivers/char/Config.in index 6967c30e2..76a2b9c83 100644 --- a/drivers/char/Config.in +++ b/drivers/char/Config.in @@ -67,10 +67,6 @@ if [ "$CONFIG_MOUSE" = "y" ]; then endmenu fi -if [ "$CONFIG_SGI" = "y" ]; then - bool 'Support for SGI graphic devices' CONFIG_SGI_GRAPHICS -fi - tristate 'QIC-02 tape support' CONFIG_QIC02_TAPE if [ "$CONFIG_QIC02_TAPE" != "n" ]; then bool 'Do you want runtime configuration for QIC-02' CONFIG_QIC02_DYNCONF |