diff options
Diffstat (limited to 'drivers/usb/class/Kconfig')
-rw-r--r-- | drivers/usb/class/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/class/Kconfig b/drivers/usb/class/Kconfig index 66f17ed88cb5..2519e320098f 100644 --- a/drivers/usb/class/Kconfig +++ b/drivers/usb/class/Kconfig | |||
@@ -40,3 +40,13 @@ config USB_WDM | |||
40 | To compile this driver as a module, choose M here: the | 40 | To compile this driver as a module, choose M here: the |
41 | module will be called cdc-wdm. | 41 | module will be called cdc-wdm. |
42 | 42 | ||
43 | config USB_TMC | ||
44 | tristate "USB Test and Measurement Class support" | ||
45 | depends on USB | ||
46 | help | ||
47 | Say Y here if you want to connect a USB device that follows | ||
48 | the USB.org specification for USB Test and Measurement devices | ||
49 | to your computer's USB port. | ||
50 | |||
51 | To compile this driver as a module, choose M here: the | ||
52 | module will be called usbtmc. | ||