drivers: most: add USB adapter driver
[linux-block.git] / drivers / most / Kconfig
index 58d7999170a71eed5468b430fcdc9c024bbd1f91..60fc0820dad38455fd09013295a428b17f996281 100644 (file)
@@ -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