nvidiafb: Enable debugging messages a Kconfig option

Let the user enable debugging messages in nvidiafb.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Jean Delvare
2007-05-10 22:23:29 -07:00
committed by Linus Torvalds
parent 213b8a9af6
commit 647f2e7aee
2 changed files with 10 additions and 2 deletions

View File

@@ -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