diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2020-08-20 13:23:15 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-09-07 15:16:26 +0200 |
commit | ceea93444808c7d1fd07a01927937d20237d849e (patch) | |
tree | d760a8d638849bbbfd02a6ff5902f009fba7eca8 /drivers/most/Kconfig | |
parent | 28c4fb2fc8d0974ef5e2ffe93b4167116052a589 (diff) | |
download | linux-rpi-ceea93444808c7d1fd07a01927937d20237d849e.tar.gz linux-rpi-ceea93444808c7d1fd07a01927937d20237d849e.tar.bz2 linux-rpi-ceea93444808c7d1fd07a01927937d20237d849e.zip |
drivers: most: add character device interface driver
This patch adds the character device (cdev) driver source file
most_cdev.c and modifies the Makefiles and Kconfigs accordingly.
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Link: https://lore.kernel.org/r/1597922595-27493-1-git-send-email-christian.gromm@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/most/Kconfig')
-rw-r--r-- | drivers/most/Kconfig | 9 |
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 |