diff options
author | hselasky <hselasky@FreeBSD.org> | 2013-05-03 08:19:09 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2013-05-03 08:19:09 +0000 |
commit | 345c64961e0d66b6255cf5650f7062e1bf9a786b (patch) | |
tree | b569a55cc1e63fdceba175a4dd4cb497b31af595 /sys/conf | |
parent | b7fe9e8c88a6ebaed1f12f93bed79ac371986463 (diff) | |
download | FreeBSD-src-345c64961e0d66b6255cf5650f7062e1bf9a786b.zip FreeBSD-src-345c64961e0d66b6255cf5650f7062e1bf9a786b.tar.gz |
Allow the default USB template to be specified at compile time.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index b124820..e593c04 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -644,6 +644,7 @@ BUS_DEBUG opt_bus.h USB_DEBUG opt_usb.h USB_HOST_ALIGN opt_usb.h USB_REQ_DEBUG opt_usb.h +USB_TEMPLATE opt_usb.h USB_VERBOSE opt_usb.h USB_EHCI_BIG_ENDIAN_DESC opt_usb.h U3G_DEBUG opt_u3g.h |