aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-03-09 19:43:52 -0500
committerKevin O'Connor <kevin@koconnor.net>2010-03-09 20:00:28 -0500
commit190cc622a2f57ca21d8ffc85be94c32fb518b04d (patch)
tree440314fb21fd62aea4a050335beea2b0e452f538 /src/config.h
parent0770d676b392dc6c79bf4ab560b7171987b8d025 (diff)
downloadseabios-hppa-190cc622a2f57ca21d8ffc85be94c32fb518b04d.zip
seabios-hppa-190cc622a2f57ca21d8ffc85be94c32fb518b04d.tar.gz
seabios-hppa-190cc622a2f57ca21d8ffc85be94c32fb518b04d.tar.bz2
Add USB EHCI controller support.
Initial support for EHCI high-speed USB controllers.
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 a81c4ac..5316f22 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 EHCI controllers
+#define CONFIG_USB_EHCI 1
// Support USB disks
#define CONFIG_USB_MSC 1
// Support USB hubs