diff options
author | Steve Rae <steve.rae@raedomain.com> | 2016-08-16 00:26:26 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-08-20 18:03:23 (GMT) |
commit | e016f0b2c2e1dc6287b205905ff232c32f8c9e92 (patch) | |
tree | 7973736b0763d0f7d940b459ae4676747f0c826f /drivers/usb | |
parent | 3c1dcef62adca0e0ff83ab925ca0b4b8c5fbc573 (diff) | |
download | u-boot-e016f0b2c2e1dc6287b205905ff232c32f8c9e92.tar.xz |
fastboot: implement Kconfig
implement Kconfig for the 'fastboot' feature set
Signed-off-by: Steve Rae <steve.rae@raedomain.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index ae62476..40839d8 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -43,6 +43,11 @@ config USB_GADGET_ATMEL_USBA USBA is the integrated high-speed USB Device controller on the AT32AP700x, some AT91SAM9 and AT91CAP9 processors from Atmel. +config USB_GADGET_BCM_UDC_OTG_PHY + bool "Broadcom UDC OTG PHY" + help + Enable the Broadcom UDC OTG physical device interface. + config USB_GADGET_DWC2_OTG bool "DesignWare USB2.0 HS OTG controller (gadget mode)" select USB_GADGET_DUALSPEED |