diff options
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index f5d46e7199d4..64a57adc0a2c 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig | |||
@@ -18,6 +18,14 @@ menuconfig DRM | |||
18 | details. You should also select and configure AGP | 18 | details. You should also select and configure AGP |
19 | (/dev/agpgart) support. | 19 | (/dev/agpgart) support. |
20 | 20 | ||
21 | config DRM_TTM | ||
22 | tristate "TTM memory manager" | ||
23 | depends on DRM | ||
24 | help | ||
25 | GPU memory management subsystem for devices with multiple | ||
26 | GPU memory types. Will be enabled automatically if a device driver | ||
27 | uses it. | ||
28 | |||
21 | config DRM_TDFX | 29 | config DRM_TDFX |
22 | tristate "3dfx Banshee/Voodoo3+" | 30 | tristate "3dfx Banshee/Voodoo3+" |
23 | depends on DRM && PCI | 31 | depends on DRM && PCI |