Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204994
b: refs/heads/master
c: f5f05c8
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Jul 8, 2010
1 parent dcf6c2b commit ae8bcc1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 102e73463e1bb921b3a829a1392a29dba16bbabd
refs/heads/master: f5f05c8a578395a22c190b11eea8e858965abbf7
6 changes: 3 additions & 3 deletions trunk/drivers/gpu/drm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ endchoice

config DRM_MGA
tristate "Matrox g200/g400"
depends on DRM
depends on DRM && PCI
select FW_LOADER
help
Choose this option if you have a Matrox G200, G400 or G450 graphics
Expand All @@ -148,14 +148,14 @@ config DRM_SIS

config DRM_VIA
tristate "Via unichrome video cards"
depends on DRM
depends on DRM && PCI
help
Choose this option if you have a Via unichrome or compatible video
chipset. If M is selected the module will be called via.

config DRM_SAVAGE
tristate "Savage video cards"
depends on DRM
depends on DRM && PCI
help
Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
chipset. If M is selected the module will be called savage.
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config DRM_NOUVEAU
tristate "Nouveau (nVidia) cards"
depends on DRM
depends on DRM && PCI
select FW_LOADER
select DRM_KMS_HELPER
select DRM_TTM
Expand Down

0 comments on commit ae8bcc1

Please sign in to comment.