Stub out FILE*, stdout/stdin/stderr and implement fprintf on these
[coreboot.git] / payloads / libpayload / Config.in
index 0cd0438fe463ceba85923622ce6523a2639c60de..0a9265d73327248b85a71cbbeec24c9e51bfe3b7 100644 (file)
@@ -224,13 +224,18 @@ config USB_OHCI
        help
          Select this option if you are going to use USB 1.1 on an AMD based
          system.
-         NOTE: This option is not (fully) implemented yet
 
 config USB_EHCI
        bool "Support for USB EHCI controllers"
        depends on USB
        help
          Select this option if you want to use USB 2.0
+
+config USB_XHCI
+       bool "Support for USB xHCI controllers"
+       depends on USB
+       help
+         Select this option if you want to use USB 3.0
          NOTE: This option is not (fully) implemented yet
 
 config USB_HID