drm: add PCI requirements to low-level drivers.
[deliverable/linux.git] / drivers / gpu / drm / Kconfig
index 520ab23d8a3f715d0a91d047ad96c4444179225c..5b7a1a4692a0a8aa7b8953fb1a62ab1a99e21cd0 100644 (file)
@@ -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
@@ -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.
This page took 0.030944 seconds and 5 git commands to generate.