Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: Remove EXPERIMENTAL designation from USB_EHCI_ROOT_HUB_TT.

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>

authored by

Robert P. J. Day and committed by
Greg Kroah-Hartman
9ec249a6 b6719996

+2 -2
+2 -2
drivers/usb/host/Kconfig
··· 30 30 module will be called ehci-hcd. 31 31 32 32 config USB_EHCI_ROOT_HUB_TT 33 - bool "Root Hub Transaction Translators (EXPERIMENTAL)" 34 - depends on USB_EHCI_HCD && EXPERIMENTAL 33 + bool "Root Hub Transaction Translators" 34 + depends on USB_EHCI_HCD 35 35 ---help--- 36 36 Some EHCI chips have vendor-specific extensions to integrate 37 37 transaction translators, so that no OHCI or UHCI companion