^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) menuconfig MOST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) tristate "MOST support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) depends on HAS_DMA && CONFIGFS_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) Say Y here if you want to enable MOST support.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) This driver needs at least one additional component to enable the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) desired access from userspace (e.g. character devices) and one that
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) matches the network controller's hardware interface (e.g. USB).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) module will be called most_core.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) If in doubt, say N here.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) if MOST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) config MOST_USB_HDM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) tristate "USB"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) depends on USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) Say Y here if you want to connect via USB to network transceiver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) module will be called most_usb.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) config MOST_CDEV
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) tristate "Cdev"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) Say Y here if you want to commumicate via character devices.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) module will be called most_cdev.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) endif