blob: 0dd690e61d3ce28b8e6638e58c41a38f1b285137 [file] [log] [blame]
Rodolfo Giometti4e17e1d2008-11-12 13:27:12 -08001#
2# C2 port devices
3#
4
5menuconfig C2PORT
Greg Kroah-Hartman65929212012-09-18 16:14:53 +01006 tristate "Silicon Labs C2 port support"
Paul Bollee1d20602012-05-07 11:00:37 +02007 default n
Rodolfo Giometti4e17e1d2008-11-12 13:27:12 -08008 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
Rodolfo Giometti65131cd2008-11-12 13:27:14 -080023config C2PORT_DURAMAR_2150
Greg Kroah-Hartman65929212012-09-18 16:14:53 +010024 tristate "C2 port support for Eurotech's Duramar 2150"
Paul Bollee1d20602012-05-07 11:00:37 +020025 depends on X86
26 default n
Rodolfo Giometti65131cd2008-11-12 13:27:14 -080027 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
Rodolfo Giometti4e17e1d2008-11-12 13:27:12 -080034endif # C2PORT