diff options
-rw-r--r-- | drivers/usb/gadget/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 4301e96c417b..8e5dd6f29d0b 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
@@ -26,7 +26,7 @@ config USB_GADGET | |||
26 | you need a low level bus controller driver, and some software | 26 | you need a low level bus controller driver, and some software |
27 | talking to it. Peripheral controllers are often discrete silicon, | 27 | talking to it. Peripheral controllers are often discrete silicon, |
28 | or are integrated with the CPU in a microcontroller. The more | 28 | or are integrated with the CPU in a microcontroller. The more |
29 | familiar host side controllers have names like like "EHCI", "OHCI", | 29 | familiar host side controllers have names like "EHCI", "OHCI", |
30 | or "UHCI", and are usually integrated into southbridges on PC | 30 | or "UHCI", and are usually integrated into southbridges on PC |
31 | motherboards. | 31 | motherboards. |
32 | 32 | ||