[Intel-gfx] [PATCH] add DRM_DEBUGFS Kconfig option

Ben Gamari bgamari at gmail.com
Thu Jan 15 01:27:38 CET 2009


---
 drivers/gpu/drm/Kconfig |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 5130b72..5b3ed46 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -18,6 +18,13 @@ menuconfig DRM
 	  details.  You should also select and configure AGP
 	  (/dev/agpgart) support.
 
+config DRM_DEBUGFS
+        bool "DRM debugfs file system"
+        depends on DEBUG_FS
+        help
+          Choose this option is you wish to enable the debugfs filesystem
+          for the DRM and drivers.
+
 config DRM_TDFX
 	tristate "3dfx Banshee/Voodoo3+"
 	depends on DRM && PCI
-- 
1.6.0.6




More information about the Intel-gfx mailing list