aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/core/Kconfig')
-rw-r--r--drivers/usb/core/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig
index 9519878587f6..1060657ca1b0 100644
--- a/drivers/usb/core/Kconfig
+++ b/drivers/usb/core/Kconfig
@@ -81,3 +81,12 @@ config USB_OTG_BLACKLIST_HUB
81 and software costs by not supporting external hubs. So 81 and software costs by not supporting external hubs. So
82 are "Embedded Hosts" that don't offer OTG support. 82 are "Embedded Hosts" that don't offer OTG support.
83 83
84config USB_OTG_FSM
85 tristate "USB 2.0 OTG FSM implementation"
86 depends on USB
87 select USB_OTG
88 select USB_PHY
89 help
90 Implements OTG Finite State Machine as specified in On-The-Go
91 and Embedded Host Supplement to the USB Revision 2.0 Specification.
92