diff options
author | Felipe Balbi <felipe.balbi@nokia.com> | 2010-03-12 03:29:11 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-20 16:21:32 -0400 |
commit | 7f7f9e2a5af9e30c6a0c6743ac874f67e2ef4b72 (patch) | |
tree | 3d7fae6e559868e3ac110b3973650198458a815e /drivers/usb/musb/Makefile | |
parent | 6ddc6dae4ab559b648bc348e3a48e113e92ab4a2 (diff) |
usb: musb: add debugfs support
for now only a simple register dump entry (which can
be rather useful on debugging) and a way to start
test modes.
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/musb/Makefile')
-rw-r--r-- | drivers/usb/musb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile index db7933de17b..a1677f9955a 100644 --- a/drivers/usb/musb/Makefile +++ b/drivers/usb/musb/Makefile | |||
@@ -42,6 +42,10 @@ ifeq ($(CONFIG_USB_MUSB_HDRC_HCD),y) | |||
42 | musb_hdrc-objs += musb_virthub.o musb_host.o | 42 | musb_hdrc-objs += musb_virthub.o musb_host.o |
43 | endif | 43 | endif |
44 | 44 | ||
45 | ifeq ($(CONFIG_DEBUG_FS),y) | ||
46 | musb_hdrc-objs += musb_debugfs.o | ||
47 | endif | ||
48 | |||
45 | # the kconfig must guarantee that only one of the | 49 | # the kconfig must guarantee that only one of the |
46 | # possible I/O schemes will be enabled at a time ... | 50 | # possible I/O schemes will be enabled at a time ... |
47 | # PIO only, or DMA (several potential schemes). | 51 | # PIO only, or DMA (several potential schemes). |