Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55942
b: refs/heads/master
c: 647f2e7
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed May 11, 2007
1 parent 5b1a343 commit a541b1e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 213b8a9af600316902e08e010fbcd216e42e41f7
refs/heads/master: 647f2e7aeef833272c17a5366680321c3def3f23
11 changes: 10 additions & 1 deletion trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,15 @@ config FB_NVIDIA_I2C
independently validate video mode parameters, you should say Y
here.

config FB_NVIDIA_DEBUG
bool "Lots of debug output"
depends on FB_NVIDIA
default n
help
Say Y here if you want the nVidia driver to output all sorts
of debugging information to provide to the maintainer when
something goes wrong.

config FB_NVIDIA_BACKLIGHT
bool "Support for backlight control"
depends on FB_NVIDIA
Expand Down Expand Up @@ -835,7 +844,7 @@ config FB_RIVA_I2C
here.

config FB_RIVA_DEBUG
bool "Lots of debug output from Riva(nVidia) driver"
bool "Lots of debug output"
depends on FB_RIVA
default n
help
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/video/nvidia/nvidia.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include "nv_proto.h"
#include "nv_dma.h"

#undef CONFIG_FB_NVIDIA_DEBUG
#ifdef CONFIG_FB_NVIDIA_DEBUG
#define NVTRACE printk
#else
Expand Down

0 comments on commit a541b1e

Please sign in to comment.