From 93b95b9dfa283ccd1062a997d550b260bbb4a51d Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 24 Jun 2014 21:16:42 +0200 Subject: Switch to CONFIG_USB_GPIO_VBUS to builtin This is an attempt to fix the following message: usb1_vbus: Failed to request enable GPIO170: -517 reg-fixed-voltage regulators:regulator@2: Failed to register regulator: -517 Later the related module phy-gpio-vbus-usb will not be loaded --- config-armv7-generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-armv7-generic') diff --git a/config-armv7-generic b/config-armv7-generic index 2176213e..222839fb 100644 --- a/config-armv7-generic +++ b/config-armv7-generic @@ -314,7 +314,7 @@ CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 CONFIG_USB_MUSB_HDRC=m CONFIG_USB_MUSB_DUAL_ROLE=y CONFIG_USB_MUSB_DSPS=m -CONFIG_USB_GPIO_VBUS=m +CONFIG_USB_GPIO_VBUS=y CONFIG_USB_G_ACM_MS=m CONFIG_USB_G_DBGP=m CONFIG_USB_G_DBGP_SERIAL=y -- cgit