brintos

brintos / linux-shallow public Read only

0
0
Text · 888 B · e20516f Raw
34 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# C2 port devices4#5 6menuconfig C2PORT7	tristate "Silicon Labs C2 port support"8	help9	  This option enables support for Silicon Labs C2 port used to10	  program Silicon micro controller chips (and other 8051 compatible).11 12	  If your board have no such micro controllers you don't need this13	  interface at all.14 15	  To compile this driver as a module, choose M here: the module will16	  be called c2port_core. Note that you also need a client module17	  usually called c2port-*.18 19	  If you are not sure, say N here.20 21if C2PORT22 23config C2PORT_DURAMAR_215024	tristate "C2 port support for Eurotech's Duramar 2150"25	depends on X8626	help27	  This option enables C2 support for the Eurotech's Duramar 215028	  on board micro controller.29 30	  To compile this driver as a module, choose M here: the module will31	  be called c2port-duramar2150.32 33endif # C2PORT34