source: rtems-libbsd/rtemsbsd/include/rtems/bsd/local/opt_usb.h @ a7415b7

55-freebsd-126-freebsd-12
Last change on this file since a7415b7 was a7415b7, checked in by Kevin Kirspel <kevin-kirspel@…>, on 05/17/17 at 12:40:29

Add USB UGEN support for RTEMS

  • Property mode set to 100644
File size: 300 bytes
Line 
1#define USB_HAVE_CONDVAR 1
2
3#define USB_HAVE_UGEN 1
4
5#define USB_HAVE_BUSDMA 1
6
7#define USB_HAVE_COMPAT_LINUX 0
8
9#define USB_HAVE_USER_IO 0
10
11#define USB_HAVE_MBUF 1
12
13#undef USB_VERBOSE
14
15#define USB_DEBUG 0
16
17#define USB_HAVE_TT_SUPPORT 1
18
19#define USB_HAVE_POWERD 1
20
21#define USB_HAVE_PER_BUS_PROCESS 1
Note: See TracBrowser for help on using the repository browser.