Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
[linux-2.6.git] / drivers / staging / ozwpan / ozconfig.h
blob087c322d2de00206c8056796d820d9851986ecf5
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
8 /* #define WANT_TRACE */
9 #ifdef WANT_TRACE
10 #define WANT_VERBOSE_TRACE
11 #endif /* #ifdef WANT_TRACE */
12 /* #define WANT_URB_PARANOIA */
14 /* #define WANT_PRE_2_6_39 */
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 */
26 #endif /* _OZCONFIG_H */