aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/imx21-dbg.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/imx21-dbg.c')
-rw-r--r--drivers/usb/host/imx21-dbg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/host/imx21-dbg.c b/drivers/usb/host/imx21-dbg.c
index ec98ecee3517..4f320d050da7 100644
--- a/drivers/usb/host/imx21-dbg.c
+++ b/drivers/usb/host/imx21-dbg.c
@@ -18,6 +18,10 @@
/* this file is part of imx21-hcd.c */
+#ifdef CONFIG_DYNAMIC_DEBUG
+#define DEBUG
+#endif
+
#ifndef DEBUG
static inline void create_debug_files(struct imx21 *imx21) { }