]> git.sur5r.net Git - u-boot/blobdiff - board/sunxi/Kconfig
Merge remote-tracking branch 'u-boot/master' into 'u-boot-arm/master'
[u-boot] / board / sunxi / Kconfig
index f5471a14c58b8c802f36b9794c9be716406ac533..9cf54e51ac9d41728955720ba4c64dbae72c7122 100644 (file)
@@ -223,6 +223,14 @@ config USB0_VBUS_PIN
        Set the Vbus enable pin for usb0 (otg). This takes a string in the
        format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
 
+config USB0_VBUS_DET
+       string "Vbus detect pin for usb0 (otg)"
+       depends on USB_MUSB_SUNXI
+       default ""
+       ---help---
+       Set the Vbus detect pin for usb0 (otg). This takes a string in the
+       format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
+
 config USB1_VBUS_PIN
        string "Vbus enable pin for usb1 (ehci0)"
        default "PH6" if MACH_SUN4I || MACH_SUN7I