1# SPDX-License-Identifier: GPL-2.0
2#
3# MOST Cdev configuration
4#
5
6config MOST_CDEV
7	tristate "Cdev"
8
9	---help---
10	  Say Y here if you want to commumicate via character devices.
11
12	  To compile this driver as a module, choose M here: the
13	  module will be called most_cdev.
14