summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/Makefile
diff options
context:
space:
mode:
authorHemant Kumar <hemantk@codeaurora.org>2016-02-01 15:24:38 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:03:02 -0700
commit32787a91ff58ee29fb7e90dc7e6fc882671e885f (patch)
tree595c9aef23ba11004987e225228dde80470722ac /drivers/usb/gadget/function/Makefile
parent4d50aa3264dd65fb6e554392054422742eac22ac (diff)
usb: gadget: f_diag: Add support for configFS
This change adds APIs to allocate and instanciate multi instance diag function driver using configFS. Add an entry in kconfig to select diag driver for configFS. Change-Id: I428631dc63643eddb075a09d0e46e1a6b1117f0e Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
Diffstat (limited to 'drivers/usb/gadget/function/Makefile')
-rw-r--r--drivers/usb/gadget/function/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/gadget/function/Makefile b/drivers/usb/gadget/function/Makefile
index 1cd544beef63..501254edd645 100644
--- a/drivers/usb/gadget/function/Makefile
+++ b/drivers/usb/gadget/function/Makefile
@@ -52,3 +52,5 @@ usb_f_audio_source-y := f_audio_source.o
obj-$(CONFIG_USB_F_AUDIO_SRC) += usb_f_audio_source.o
usb_f_accessory-y := f_accessory.o
obj-$(CONFIG_USB_F_ACC) += usb_f_accessory.o
+usb_f_diag-y := f_diag.o
+obj-$(CONFIG_USB_F_DIAG) += usb_f_diag.o