aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-10-17 23:53:32 -0400
committerKevin O'Connor <kevin@koconnor.net>2009-10-17 23:53:32 -0400
commit1c46a548f26cd28d478ae793e42bc1a82a977939 (patch)
tree04d3a295f4773e5169ea44a4e34329823bd95383 /src/config.h
parent2f442fd566d683253cf23560867a34243c185550 (diff)
downloadseabios-hppa-1c46a548f26cd28d478ae793e42bc1a82a977939.zip
seabios-hppa-1c46a548f26cd28d478ae793e42bc1a82a977939.tar.gz
seabios-hppa-1c46a548f26cd28d478ae793e42bc1a82a977939.tar.bz2
Expand USB OHCI support.
Get UHCI support to point where it works with (a modified) qemu.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index ae83ae3..7b472ad 100644
--- a/src/config.h
+++ b/src/config.h
@@ -31,7 +31,7 @@
// Support USB UHCI controllers
#define CONFIG_USB_UHCI 1
// Support USB OHCI controllers
-#define CONFIG_USB_OHCI 0
+#define CONFIG_USB_OHCI 1
// Support USB keyboards
#define CONFIG_USB_KEYBOARD 1
// Support for IDE disk code