diff options
author | Dave Airlie <airlied@linux.ie> | 2005-03-25 09:02:20 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-03-25 09:02:20 +0000 |
commit | c8d2d5d41901ba8072b4f03617c39cbb52f9224b (patch) | |
tree | 384904646bb8e5aea386b52e178d8377110af403 /linux-core/Kconfig | |
parent | df6ef4836ead254487a834e889d4595d915c4818 (diff) |
3dfx DRM depends on PCI
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'linux-core/Kconfig')
-rw-r--r-- | linux-core/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/Kconfig b/linux-core/Kconfig index a60dec98..c57a8949 100644 --- a/linux-core/Kconfig +++ b/linux-core/Kconfig @@ -17,7 +17,7 @@ config DRM config DRM_TDFX tristate "3dfx Banshee/Voodoo3+" - depends on DRM + depends on DRM && PCI help Choose this option if you have a 3dfx Banshee or Voodoo3 (or later), graphics card. If M is selected, the module will be called tdfx. |