Fix Kconfig for SiS DRM now that it doesn't require sisfb.
authorEric Anholt <anholt@freebsd.org>
Thu, 25 Sep 2003 19:08:11 +0000 (19:08 +0000)
committerEric Anholt <anholt@freebsd.org>
Thu, 25 Sep 2003 19:08:11 +0000 (19:08 +0000)
Submitted by: Linus Torvalds <torvalds@osdl.org>

linux-core/Kconfig
linux/Kconfig

index d0358e9..c7ec130 100644 (file)
@@ -75,9 +75,9 @@ config DRM_MGA
 
 config DRM_SIS
        tristate "SiS video cards"
-       depends on DRM && AGP && FB_SIS
+       depends on DRM && AGP
        help
          Choose this option if you have a SiS 630 or compatibel video 
           chipset. If M is selected the module will be called sis. AGP
-          and SiS FB support is required for this driver to work.
+          support is required for this driver to work.
 
index d0358e9..c7ec130 100644 (file)
@@ -75,9 +75,9 @@ config DRM_MGA
 
 config DRM_SIS
        tristate "SiS video cards"
-       depends on DRM && AGP && FB_SIS
+       depends on DRM && AGP
        help
          Choose this option if you have a SiS 630 or compatibel video 
           chipset. If M is selected the module will be called sis. AGP
-          and SiS FB support is required for this driver to work.
+          support is required for this driver to work.