summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2009-07-12 04:48:47 +0000
committermarcel <marcel@FreeBSD.org>2009-07-12 04:48:47 +0000
commit20c0188a092a5295f82824ec0bea893e71fe7417 (patch)
treea6c93c7254449c8956613d008b7ceda475539be0 /sys/conf
parent04a1b965bd97f0bdc4e5ba01dce099b20206572e (diff)
downloadFreeBSD-src-20c0188a092a5295f82824ec0bea893e71fe7417.zip
FreeBSD-src-20c0188a092a5295f82824ec0bea893e71fe7417.tar.gz
Rename option USBVERBOSE to USB_VERBOSE for 2 reasons:
1. USB_VERBOSE is more consistent with USB_DEBUG, 2. sys/dev/usb/usb_device.c uses option USB_VERBOSE and not USBVERBOSE. POLA with the USBVERBOSE option as it's found in 7-STABLE has been considered but found insignificant in the face of the USB stack overhaul. Approved by: re (kensmith)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/options2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options
index f905d6f..fcf76b5 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -631,7 +631,7 @@ BUS_DEBUG opt_bus.h
# options for USB support
USB_DEBUG opt_usb.h
-USBVERBOSE opt_usb.h
+USB_VERBOSE opt_usb.h
USB_EHCI_BIG_ENDIAN_DESC opt_usb.h
U3G_DEBUG opt_u3g.h
UKBD_DFLT_KEYMAP opt_ukbd.h
OpenPOWER on IntegriCloud