summaryrefslogtreecommitdiff
path: root/drivers/most/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/most/Kconfig')
-rw-r--r--drivers/most/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/most/Kconfig b/drivers/most/Kconfig
index 60fc0820dad3..ebfe84e69715 100644
--- a/drivers/most/Kconfig
+++ b/drivers/most/Kconfig
@@ -23,4 +23,13 @@ config MOST_USB_HDM
To compile this driver as a module, choose M here: the
module will be called most_usb.
+
+config MOST_CDEV
+ tristate "Cdev"
+
+ help
+ Say Y here if you want to commumicate via character devices.
+
+ To compile this driver as a module, choose M here: the
+ module will be called most_cdev.
endif