aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2015-08-17 14:34:19 +0530
committerAmit Pundir <amit.pundir@linaro.org>2015-09-10 22:07:41 +0530
commit8ef8a59bc9aa909e0f7e8aee2b33f224b7a1e751 (patch)
tree6bfb27d76603451d1548bae93c696298a5adcdb6
parent7b377487a28c096d2294d37f85d0679150091823 (diff)
android: configs: base: enable Android gadget functions
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 c691fc547fa9..6af0ef9a6c3c 100644
--- a/android/configs/android-base.cfg
+++ b/android/configs/android-base.cfg
@@ -149,5 +149,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