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