diff options
Diffstat (limited to 'drivers/usb/otg/Kconfig')
-rw-r--r-- | drivers/usb/otg/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/otg/Kconfig b/drivers/usb/otg/Kconfig index 3b1289572d72..2240602fc81b 100644 --- a/drivers/usb/otg/Kconfig +++ b/drivers/usb/otg/Kconfig @@ -67,4 +67,12 @@ config NOP_USB_XCEIV built-in with usb ip or which are autonomous and doesn't require any phy programming such as ISP1x04 etc. +config USB_TEGRA_OTG + boolean "Tegra OTG Driver" + depends on USB && ARCH_TEGRA + select USB_OTG_UTILS + help + Enable this driver on boards which use the internal VBUS and ID + sensing of the Tegra USB PHY. + endif # USB || OTG |