diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1997-07-02 06:26:51 +0000 |
---|---|---|
committer | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1997-07-02 06:26:51 +0000 |
commit | 6523f1a4aea31cc4823f5b80da3f18d407a7a19d (patch) | |
tree | fc4eb49a1b9312988e9adef58d436f2a0e11ea7b /arch | |
parent | aa2e5b3c38f27ee5efda70e68be0ccff9c334f9b (diff) |
New CONFIG_SGI_GRAPHICS turns on the new devices.
And remaining files from previous commit.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index f9f93542f..e4259537f 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -27,6 +27,9 @@ if [ "$CONFIG_MIPS_MAGNUM_4000" = "y" -o \ fi if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then bool 'Support for SGI workstations' CONFIG_SGI + if [ "$CONFIG_SGI" = "y" ]; then + bool 'Support for SGI graphic devices' CONFIG_SGI_GRAPHICS + fi fi bool 'Support for SNI RM200 PCI' CONFIG_SNI_RM200_PCI if [ "$CONFIG_DESKSTATION_RPC44" = "y" -o \ |