diff options
Diffstat (limited to 'drivers/usb/otg/Kconfig')
-rw-r--r-- | drivers/usb/otg/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/otg/Kconfig b/drivers/usb/otg/Kconfig index 37962c99ff1e..83778683ab4d 100644 --- a/drivers/usb/otg/Kconfig +++ b/drivers/usb/otg/Kconfig | |||
@@ -19,7 +19,7 @@ if USB || USB_GADGET | |||
19 | # | 19 | # |
20 | config USB_GPIO_VBUS | 20 | config USB_GPIO_VBUS |
21 | tristate "GPIO based peripheral-only VBUS sensing 'transceiver'" | 21 | tristate "GPIO based peripheral-only VBUS sensing 'transceiver'" |
22 | depends on GENERIC_GPIO | 22 | depends on GPIOLIB |
23 | select USB_OTG_UTILS | 23 | select USB_OTG_UTILS |
24 | help | 24 | help |
25 | Provides simple GPIO VBUS sensing for controllers with an | 25 | Provides simple GPIO VBUS sensing for controllers with an |