summaryrefslogtreecommitdiff
path: root/drivers/most/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/most/Kconfig')
-rw-r--r--drivers/most/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/most/Kconfig b/drivers/most/Kconfig
index 58d7999170a7..60fc0820dad3 100644
--- a/drivers/most/Kconfig
+++ b/drivers/most/Kconfig
@@ -13,3 +13,14 @@ menuconfig MOST
module will be called most_core.
If in doubt, say N here.
+
+if MOST
+config MOST_USB_HDM
+ tristate "USB"
+ depends on USB
+ help
+ Say Y here if you want to connect via USB to network transceiver.
+
+ To compile this driver as a module, choose M here: the
+ module will be called most_usb.
+endif