aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2015-08-17 13:57:18 +0530
committerAmit Pundir <amit.pundir@linaro.org>2015-08-17 14:28:43 +0530
commit3ff401f60ba75ac186d67e7906dec34b474348fb (patch)
tree57d263998e11d26d26e6974a40ffa2c68adbc0af
parent67ff608f252953f41e450c78b40a07e87fc868a3 (diff)
android: configs: base: enable Android gadget functionstracking-linaro-android-llct-llct-20150817.0
F_FS for ADB F_MTP/PTP for MTP/PTP F_ACC for Android USB Accessory F_AUDIO_SRC for USB Audio Source CONFIGFS_UEVENT for communicating USB state change notifications to userspace Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--android/configs/android-base.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/configs/android-base.cfg b/android/configs/android-base.cfg
index 07fe39fc9c2a..154bf1647b5e 100644
--- a/android/configs/android-base.cfg
+++ b/android/configs/android-base.cfg
@@ -150,5 +150,11 @@ CONFIG_TUN=y
CONFIG_UNIX=y
CONFIG_USB_GADGET=y
CONFIG_USB_CONFIGFS=y
+CONFIG_USB_CONFIGFS_F_FS=y
+CONFIG_USB_CONFIGFS_F_MTP=y
+CONFIG_USB_CONFIGFS_F_PTP=y
+CONFIG_USB_CONFIGFS_F_ACC=y
+CONFIG_USB_CONFIGFS_F_AUDIO_SRC=y
+CONFIG_USB_CONFIGFS_UEVENT=y
CONFIG_USB_OTG_WAKELOCK=y
CONFIG_XFRM_USER=y