aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2015-07-13 17:54:56 +0530
committerAmit Pundir <amit.pundir@linaro.org>2015-07-21 00:54:48 +0530
commitd5df4a9ac4ccac1c410219a5c58a9d85c597ea16 (patch)
tree161a0d46bb65adebc7dc7c410f4d76b41474782d /android
parent4a67c35d5f0f94472a2947e20a43f467b9af2936 (diff)
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 <amit.pundir@linaro.org>
Diffstat (limited to 'android')
-rw-r--r--android/configs/android-base.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/configs/android-base.cfg b/android/configs/android-base.cfg
index ad32ede883b9..07fe39fc9c2a 100644
--- a/android/configs/android-base.cfg
+++ b/android/configs/android-base.cfg
@@ -149,6 +149,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