diff options
author | Dave Airlie <airlied@redhat.com> | 2010-07-08 17:43:27 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-07-08 17:43:27 -0400 |
commit | f5f05c8a578395a22c190b11eea8e858965abbf7 (patch) | |
tree | dfda89c3f92f063ea2708e7f78a857eea80dd9ba /drivers/gpu/drm/nouveau/Kconfig | |
parent | 102e73463e1bb921b3a829a1392a29dba16bbabd (diff) |
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: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Kconfig')
-rw-r--r-- | drivers/gpu/drm/nouveau/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/Kconfig b/drivers/gpu/drm/nouveau/Kconfig index 1175429da102..b6f5239c2efb 100644 --- a/drivers/gpu/drm/nouveau/Kconfig +++ b/drivers/gpu/drm/nouveau/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config DRM_NOUVEAU | 1 | config DRM_NOUVEAU |
2 | tristate "Nouveau (nVidia) cards" | 2 | tristate "Nouveau (nVidia) cards" |
3 | depends on DRM | 3 | depends on DRM && PCI |
4 | select FW_LOADER | 4 | select FW_LOADER |
5 | select DRM_KMS_HELPER | 5 | select DRM_KMS_HELPER |
6 | select DRM_TTM | 6 | select DRM_TTM |