From 773dfc2534af26ebe002acd01fda9d77545bdec3 Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Sat, 12 Feb 2011 21:17:38 +0000 Subject: [PATCH] Add missing USB_HOST_ALIGN option. Approved by: thompsa (mentor) --- sys/conf/options | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/options b/sys/conf/options index b3d076f1e47..9a96c94dc42 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -643,6 +643,7 @@ BUS_DEBUG opt_bus.h # options for USB support USB_DEBUG opt_usb.h +USB_HOST_ALIGN opt_usb.h USB_REQ_DEBUG opt_usb.h USB_VERBOSE opt_usb.h USB_EHCI_BIG_ENDIAN_DESC opt_usb.h