]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/usb/core/Kconfig
usb: common: rename phy-fsm-usb.c to usb-otg-fsm.c
[karo-tx-linux.git] / drivers / usb / core / Kconfig
index 9519878587f666e3125cf5b5a89409435c3f3de4..1060657ca1b01c77acf57abae20e6037fc2cb90a 100644 (file)
@@ -81,3 +81,12 @@ config USB_OTG_BLACKLIST_HUB
          and software costs by not supporting external hubs.  So
          are "Embedded Hosts" that don't offer OTG support.
 
+config USB_OTG_FSM
+       tristate "USB 2.0 OTG FSM implementation"
+       depends on USB
+       select USB_OTG
+       select USB_PHY
+       help
+         Implements OTG Finite State Machine as specified in On-The-Go
+         and Embedded Host Supplement to the USB Revision 2.0 Specification.
+