treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / misc / c2port / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
4e17e1db
RG
2#
3# C2 port devices
4#
5
6menuconfig C2PORT
65929215 7 tristate "Silicon Labs C2 port support"
e1d20601 8 default n
4e17e1db
RG
9 help
10 This option enables support for Silicon Labs C2 port used to
11 program Silicon micro controller chips (and other 8051 compatible).
12
13 If your board have no such micro controllers you don't need this
14 interface at all.
15
16 To compile this driver as a module, choose M here: the module will
17 be called c2port_core. Note that you also need a client module
18 usually called c2port-*.
19
20 If you are not sure, say N here.
21
22if C2PORT
23
65131cd5 24config C2PORT_DURAMAR_2150
65929215 25 tristate "C2 port support for Eurotech's Duramar 2150"
e1d20601
PB
26 depends on X86
27 default n
65131cd5
RG
28 help
29 This option enables C2 support for the Eurotech's Duramar 2150
30 on board micro controller.
31
32 To compile this driver as a module, choose M here: the module will
33 be called c2port-duramar2150.
34
4e17e1db 35endif # C2PORT