david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[usb] Add config/usb.h for USB configuration options

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2015-03-18 11:37:51 +00:00
parent 75d6fec6c4
commit e1feb7bcab
3 changed files with 26 additions and 1 deletions

View File

@ -21,7 +21,7 @@
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#include <config/general.h>
#include <config/usb.h>
/** @file
*

25
src/config/usb.h Normal file
View File

@ -0,0 +1,25 @@
#ifndef CONFIG_USB_H
#define CONFIG_USB_H
/** @file
*
* USB configuration
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#include <config/defaults.h>
/*
* USB host controllers (all enabled by default)
*
*/
//#undef USB_HCD_XHCI /* xHCI USB host controller */
#include <config/named.h>
#include NAMED_CONFIG(usb.h)
#include <config/local/usb.h>
#include LOCAL_NAMED_CONFIG(usb.h)
#endif /* CONFIG_USB_H */

0
src/config/vbox/usb.h Normal file
View File