Skip to content

Commit

Permalink
[usb] Add config/usb.h for USB configuration options
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Mar 18, 2015
1 parent 75d6fec commit e1feb7b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config_usb.c
Expand Up @@ -21,7 +21,7 @@

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#include <config/general.h>
#include <config/usb.h>

/** @file
*
Expand Down
25 changes: 25 additions & 0 deletions 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 <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 */
Empty file added src/config/vbox/usb.h
Empty file.

0 comments on commit e1feb7b

Please sign in to comment.