diff --git a/src/config/config_usb.c b/src/config/config_usb.c index 30aa06c1..0251b282 100644 --- a/src/config/config_usb.c +++ b/src/config/config_usb.c @@ -21,7 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); -#include +#include /** @file * diff --git a/src/config/usb.h b/src/config/usb.h new file mode 100644 index 00000000..ad8b3b72 --- /dev/null +++ b/src/config/usb.h @@ -0,0 +1,25 @@ +#ifndef CONFIG_USB_H +#define CONFIG_USB_H + +/** @file + * + * USB configuration + * + */ + +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + +#include + +/* + * USB host controllers (all enabled by default) + * + */ +//#undef USB_HCD_XHCI /* xHCI USB host controller */ + +#include +#include NAMED_CONFIG(usb.h) +#include +#include LOCAL_NAMED_CONFIG(usb.h) + +#endif /* CONFIG_USB_H */ diff --git a/src/config/vbox/usb.h b/src/config/vbox/usb.h new file mode 100644 index 00000000..e69de29b