summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2003-09-25 19:08:11 +0000
committerEric Anholt <anholt@freebsd.org>2003-09-25 19:08:11 +0000
commita0a38f8bd68792206491a51e708d2d1bd2db8b26 (patch)
treee04e65355f341d1001fecf2ff48396dc9c898bfb
parentb0a928557c91fec527f41ae8b2441174889bf32c (diff)
downloaddrm-a0a38f8bd68792206491a51e708d2d1bd2db8b26.tar.gz
Fix Kconfig for SiS DRM now that it doesn't require sisfb.
Submitted by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--linux-core/Kconfig4
-rw-r--r--linux/Kconfig4
2 files changed, 4 insertions, 4 deletions
diff --git a/linux-core/Kconfig b/linux-core/Kconfig
index d0358e95..c7ec1306 100644
--- a/linux-core/Kconfig
+++ b/linux-core/Kconfig
@@ -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.
diff --git a/linux/Kconfig b/linux/Kconfig
index d0358e95..c7ec1306 100644
--- a/linux/Kconfig
+++ b/linux/Kconfig
@@ -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.