summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongwoo Lee <dwoo08.lee@samsung.com>2018-06-15 11:20:19 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2018-06-19 01:33:01 +0000
commitbe55c2940730b251be2697a0d41e4b27a398b8e4 (patch)
tree2bf33d50dbd1ca50c424ae8caa5cd053684e197a
parent3922eabecf08f43c87355349268980e2dfd18077 (diff)
downloadlinux-artik7-be55c2940730b251be2697a0d41e4b27a398b8e4.tar.gz
linux-artik7-be55c2940730b251be2697a0d41e4b27a398b8e4.tar.bz2
linux-artik7-be55c2940730b251be2697a0d41e4b27a398b8e4.zip
ARM: artik530_raptor_defconfig: Enable DUMMY_HCD module
These options enable DUMMY_HCD as a module to support USB test case without real usb hardware. Change-Id: I4b20065a0644a68398ac6b8f2d4c5c96e1af1dd5 Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
-rw-r--r--arch/arm/configs/artik530_raptor_defconfig34
1 files changed, 32 insertions, 2 deletions
diff --git a/arch/arm/configs/artik530_raptor_defconfig b/arch/arm/configs/artik530_raptor_defconfig
index 474b6f6c1db9..1a31e089169b 100644
--- a/arch/arm/configs/artik530_raptor_defconfig
+++ b/arch/arm/configs/artik530_raptor_defconfig
@@ -3385,11 +3385,41 @@ CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
# CONFIG_USB_BDC_UDC is not set
# CONFIG_USB_NET2272 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
+CONFIG_USB_F_ACM_SELECTOR=y
CONFIG_USB_U_SERIAL=y
-# CONFIG_USB_CONFIGFS is not set
+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
+#
+# CONFIG_USB_CONFIGFS_F_SERIAL is not set
+# CONFIG_USB_CONFIGFS_F_ACM is not set
+# CONFIG_USB_CONFIGFS_F_OBEX is not set
+# CONFIG_USB_CONFIGFS_F_NCM is not set
+# CONFIG_USB_CONFIGFS_F_ECM is not set
+# CONFIG_USB_CONFIGFS_F_SUBSET is not set
+# CONFIG_USB_CONFIGFS_F_RNDIS is not set
+# 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=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
+# CONFIG_USB_CONFIGFS_F_HID is not set
+# CONFIG_USB_CONFIGFS_F_UVC is not set
+# CONFIG_USB_CONFIGFS_F_PRINTER is not set
+
+#
+# Legacy USB Gadget Drivers
+#
# CONFIG_USB_ZERO is not set
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_ETH is not set