Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # C2 port devices
0004 #
0005 
0006 menuconfig C2PORT
0007         tristate "Silicon Labs C2 port support"
0008         help
0009           This option enables support for Silicon Labs C2 port used to
0010           program Silicon micro controller chips (and other 8051 compatible).
0011 
0012           If your board have no such micro controllers you don't need this
0013           interface at all.
0014 
0015           To compile this driver as a module, choose M here: the module will
0016           be called c2port_core. Note that you also need a client module
0017           usually called c2port-*.
0018 
0019           If you are not sure, say N here.
0020 
0021 if C2PORT
0022 
0023 config C2PORT_DURAMAR_2150
0024         tristate "C2 port support for Eurotech's Duramar 2150"
0025         depends on X86
0026         help
0027           This option enables C2 support for the Eurotech's Duramar 2150
0028           on board micro controller.
0029 
0030           To compile this driver as a module, choose M here: the module will
0031           be called c2port-duramar2150.
0032 
0033 endif # C2PORT