^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # C2 port devices
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) menuconfig C2PORT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) tristate "Silicon Labs C2 port support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) This option enables support for Silicon Labs C2 port used to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) program Silicon micro controller chips (and other 8051 compatible).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) If your board have no such micro controllers you don't need this
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) interface at all.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) be called c2port_core. Note that you also need a client module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) usually called c2port-*.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) If you are not sure, say N here.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) if C2PORT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) config C2PORT_DURAMAR_2150
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) tristate "C2 port support for Eurotech's Duramar 2150"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) depends on X86
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) This option enables C2 support for the Eurotech's Duramar 2150
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) on board micro controller.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) be called c2port-duramar2150.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) endif # C2PORT