mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-06 08:18:05 +02:00
Fix Kconfig for SiS DRM now that it doesn't require sisfb.
Submitted by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
b0a928557c
commit
a0a38f8bd6
2 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue