Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
[cascardo/linux.git] / drivers / staging / ozwpan / ozconfig.h
1 /* -----------------------------------------------------------------------------
2  * Copyright (c) 2011 Ozmo Inc
3  * Released under the GNU General Public License Version 2 (GPLv2).
4  * ---------------------------------------------------------------------------*/
5 #ifndef _OZCONFIG_H
6 #define _OZCONFIG_H
7
8 /* #define WANT_TRACE */
9 #ifdef WANT_TRACE
10 #define WANT_VERBOSE_TRACE
11 #endif /* #ifdef WANT_TRACE */
12 /* #define WANT_URB_PARANOIA */
13
14 /* #define WANT_PRE_2_6_39 */
15
16 /* These defines determine what verbose trace is displayed. */
17 #ifdef WANT_VERBOSE_TRACE
18 /* #define WANT_TRACE_STREAM */
19 /* #define WANT_TRACE_URB */
20 /* #define WANT_TRACE_CTRL_DETAIL */
21 #define WANT_TRACE_HUB
22 /* #define WANT_TRACE_RX_FRAMES */
23 /* #define WANT_TRACE_TX_FRAMES */
24 #endif /* WANT_VERBOSE_TRACE */
25
26 #endif /* _OZCONFIG_H */