Skip to content

Commit

Permalink
USB: Remove EXPERIMENTAL designation from USB_EHCI_ROOT_HUB_TT.
Browse files Browse the repository at this point in the history
According to David Brownell, this feature doesn't require an
experimental designation any longer.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Robert P. J. Day authored and Greg Kroah-Hartman committed Apr 25, 2008
1 parent b671999 commit 9ec249a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/usb/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ config USB_EHCI_HCD
module will be called ehci-hcd.

config USB_EHCI_ROOT_HUB_TT
bool "Root Hub Transaction Translators (EXPERIMENTAL)"
depends on USB_EHCI_HCD && EXPERIMENTAL
bool "Root Hub Transaction Translators"
depends on USB_EHCI_HCD
---help---
Some EHCI chips have vendor-specific extensions to integrate
transaction translators, so that no OHCI or UHCI companion
Expand Down

0 comments on commit 9ec249a

Please sign in to comment.