summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2016-09-05 17:24:48 +0200
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:52:46 +0900
commitd5591681620e51f03361f6237fe1930493ae26f5 (patch)
tree9a26d9399d155e9beb07c086cb6c77b493a2b934 /arch
parent8ecfa825b194294eb4e0c2b305c7e013097bf950 (diff)
Enable dummy_hcd and FunctionFS in tm2 config.
This is required to run usb host API test suit. Change-Id: I203ef286bef030ddd359e6e18145b612a7d8dc05 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/configs/tizen_tm2_defconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm64/configs/tizen_tm2_defconfig b/arch/arm64/configs/tizen_tm2_defconfig
index dedc842212b0..d0c165debd37 100644
--- a/arch/arm64/configs/tizen_tm2_defconfig
+++ b/arch/arm64/configs/tizen_tm2_defconfig
@@ -3320,7 +3320,7 @@ CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
# CONFIG_USB_GOKU is not set
# CONFIG_USB_EG20T is not set
# CONFIG_USB_GADGET_XILINX is not set
-# CONFIG_USB_DUMMY_HCD is not set
+CONFIG_USB_DUMMY_HCD=m
CONFIG_USB_LIBCOMPOSITE=y
CONFIG_USB_F_ACM=y
CONFIG_USB_G_SLP_REQ_F_ACM=y
@@ -3328,6 +3328,8 @@ CONFIG_USB_F_ACM_SELECTOR=y
CONFIG_USB_U_SERIAL=y
CONFIG_USB_F_ACM_REQ_U_SERIAL=y
CONFIG_USB_U_SERIAL_SELECTOR=y
+CONFIG_USB_F_FS=m
+CONFIG_USB_F_FS_SELECTOR=m
#
# USB Functions
@@ -3342,7 +3344,7 @@ CONFIG_USB_U_SERIAL_SELECTOR=y
# CONFIG_USB_CONFIGFS_F_EEM is not set
# CONFIG_USB_CONFIGFS_F_MASS_STORAGE is not set
# CONFIG_USB_CONFIGFS_F_SS_LB is not set
-# CONFIG_USB_CONFIGFS_F_FS is not set
+CONFIG_USB_CONFIGFS_F_FS=m
# CONFIG_USB_CONFIGFS_F_UAC1 is not set
# CONFIG_USB_CONFIGFS_F_UAC2 is not set
# CONFIG_USB_CONFIGFS_F_MIDI is not set