提交 f5f05c8a 编写于 作者: D Dave Airlie

drm: add PCI requirements to low-level drivers.

Now that highlevel DRM no longer requires PCI, we can move the requirement
into the lowlevel drivers.
Reported-by: NRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 102e7346
...@@ -130,7 +130,7 @@ endchoice ...@@ -130,7 +130,7 @@ endchoice
config DRM_MGA config DRM_MGA
tristate "Matrox g200/g400" tristate "Matrox g200/g400"
depends on DRM depends on DRM && PCI
select FW_LOADER select FW_LOADER
help help
Choose this option if you have a Matrox G200, G400 or G450 graphics Choose this option if you have a Matrox G200, G400 or G450 graphics
...@@ -148,14 +148,14 @@ config DRM_SIS ...@@ -148,14 +148,14 @@ config DRM_SIS
config DRM_VIA config DRM_VIA
tristate "Via unichrome video cards" tristate "Via unichrome video cards"
depends on DRM depends on DRM && PCI
help help
Choose this option if you have a Via unichrome or compatible video Choose this option if you have a Via unichrome or compatible video
chipset. If M is selected the module will be called via. chipset. If M is selected the module will be called via.
config DRM_SAVAGE config DRM_SAVAGE
tristate "Savage video cards" tristate "Savage video cards"
depends on DRM depends on DRM && PCI
help help
Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
chipset. If M is selected the module will be called savage. chipset. If M is selected the module will be called savage.
config DRM_NOUVEAU config DRM_NOUVEAU
tristate "Nouveau (nVidia) cards" tristate "Nouveau (nVidia) cards"
depends on DRM depends on DRM && PCI
select FW_LOADER select FW_LOADER
select DRM_KMS_HELPER select DRM_KMS_HELPER
select DRM_TTM select DRM_TTM
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册