diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-05-09 23:14:34 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-05-09 23:14:34 +0100 |
commit | 6dba29b18f5642a981ece54baef6d3433d26188e (patch) | |
tree | ea7d59351c309a164aeda35496281c7ef5b64d18 /src/config/defaults/pcbios.h | |
parent | 9ea8a2daa7ffd489898318c038fcfd7edc810adc (diff) | |
download | ipxe-6dba29b18f5642a981ece54baef6d3433d26188e.tar.gz |
[uhci] Add support for UHCI host controllers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults/pcbios.h')
-rw-r--r-- | src/config/defaults/pcbios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h index 2fbb0e93..dfd3e2f8 100644 --- a/src/config/defaults/pcbios.h +++ b/src/config/defaults/pcbios.h @@ -38,6 +38,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define USB_HCD_XHCI /* xHCI USB host controller */ #define USB_HCD_EHCI /* EHCI USB host controller */ +#define USB_HCD_UHCI /* UHCI USB host controller */ #define REBOOT_CMD /* Reboot command */ #define CPUID_CMD /* x86 CPU feature detection command */ |