commit | 470cc4150367d369bdc98ee04902b04baa2b2464 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Wed Sep 17 16:34:26 2008 +0100 |
committer | David Vrabel <dv02@dv02pc01.europe.root.pri> | Wed Sep 17 16:54:30 2008 +0100 |
tree | b413a73e550b5c362f328e5e71a8b93d439cc182 | |
parent | d59db761b8559f07a7161ca3387d6c6949667ede [diff] [blame] |
wusb: add the Wireless USB core (build-system) Add the WUSB build system (Kconfig and Kbuild) files. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: David Vrabel <david.vrabel@csr.com>
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index bcefbdd..c23a985 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig
@@ -97,6 +97,8 @@ source "drivers/usb/mon/Kconfig" +source "drivers/usb/wusbcore/Kconfig" + source "drivers/usb/host/Kconfig" source "drivers/usb/musb/Kconfig"