Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ef8a59b authored by Amit Pundir's avatar Amit Pundir
Browse files

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: default avatarAmit Pundir <amit.pundir@linaro.org>
parent 7b377487
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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