aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-02-15 18:58:12 -0500
committerKevin O'Connor <kevin@koconnor.net>2010-02-15 18:58:12 -0500
commit54671c1e9120287f7aaa2252892c9be4c2de5a76 (patch)
tree6d0731e61d3bea5fd195570fab7dd1446fefdeb4 /src/config.h
parent78523310ad4166597b0f2fbbfcfc915a7ca22fa5 (diff)
downloadseabios-hppa-54671c1e9120287f7aaa2252892c9be4c2de5a76.zip
seabios-hppa-54671c1e9120287f7aaa2252892c9be4c2de5a76.tar.gz
seabios-hppa-54671c1e9120287f7aaa2252892c9be4c2de5a76.tar.bz2
Initial support for USB hubs.
Add support for detecting, initializing, and enumerating USB hubs.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index d83d6ea..c02d496 100644
--- a/src/config.h
+++ b/src/config.h
@@ -36,6 +36,8 @@
#define CONFIG_USB_UHCI 1
// Support USB OHCI controllers
#define CONFIG_USB_OHCI 1
+// Support USB hubs
+#define CONFIG_USB_HUB 1
// Support USB keyboards
#define CONFIG_USB_KEYBOARD 1
// Support PS2 ports (keyboard and mouse)