From d86b81d4d5f700610182ce19d9ba646303fe16bb Mon Sep 17 00:00:00 2001 From: Amit Pundir Date: Mon, 13 Jul 2015 17:54:56 +0530 Subject: android: configs: base: enable USB_CONFIGFS Now that Android is moving towards ConfigFS based USB gadgets, lets enable USB_CONFIGFS instead of obsolete USB_G_ANDROID composite driver which doesn't even build now. Signed-off-by: Amit Pundir --- android/configs/android-base.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android') diff --git a/android/configs/android-base.cfg b/android/configs/android-base.cfg index 81ac35850d5a..c691fc547fa9 100644 --- a/android/configs/android-base.cfg +++ b/android/configs/android-base.cfg @@ -148,6 +148,6 @@ CONFIG_SYSVIPC=y CONFIG_TUN=y CONFIG_UNIX=y CONFIG_USB_GADGET=y -CONFIG_USB_G_ANDROID=y +CONFIG_USB_CONFIGFS=y CONFIG_USB_OTG_WAKELOCK=y CONFIG_XFRM_USER=y -- cgit v1.2.3