diff options
author | imp <imp@FreeBSD.org> | 2004-05-13 03:15:04 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-05-13 03:15:04 +0000 |
commit | d885fb87b4518682f321d26ac18cc00132077080 (patch) | |
tree | 6d4eea60ab22836005fd0b528b7eea8d26074523 /sys/conf | |
parent | e4423067984e593c672d020f13c0f2e8a802799f (diff) | |
download | FreeBSD-src-d885fb87b4518682f321d26ac18cc00132077080.zip FreeBSD-src-d885fb87b4518682f321d26ac18cc00132077080.tar.gz |
Expose USBVERBOSE as a first-class option. It will be needed soon as
an option. Note that this option doesn't follow the normal USB_ or
Uxxx_ convention. That's because it is this way in the upstream
provider and I didn't want to change that.
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 e7717cc..dbe441e 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -533,6 +533,7 @@ BUS_DEBUG opt_bus.h # options for USB support USB_DEBUG opt_usb.h +USBVERBOSE opt_usb.h UKBD_DFLT_KEYMAP opt_ukbd.h UPLCOM_INTR_INTERVAL opt_uplcom.h UVSCOM_DEFAULT_OPKTSIZE opt_uvscom.h |