Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Rodolfo Giometti | 4e17e1d | 2008-11-12 13:27:12 -0800 | [diff] [blame] | 2 | # |
| 3 | # C2 port devices |
| 4 | # |
| 5 | |
| 6 | menuconfig C2PORT |
Greg Kroah-Hartman | 6592921 | 2012-09-18 16:14:53 +0100 | [diff] [blame] | 7 | tristate "Silicon Labs C2 port support" |
Rodolfo Giometti | 4e17e1d | 2008-11-12 13:27:12 -0800 | [diff] [blame] | 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 | |
| 21 | if C2PORT |
| 22 | |
Rodolfo Giometti | 65131cd | 2008-11-12 13:27:14 -0800 | [diff] [blame] | 23 | config C2PORT_DURAMAR_2150 |
Greg Kroah-Hartman | 6592921 | 2012-09-18 16:14:53 +0100 | [diff] [blame] | 24 | tristate "C2 port support for Eurotech's Duramar 2150" |
Paul Bolle | e1d2060 | 2012-05-07 11:00:37 +0200 | [diff] [blame] | 25 | depends on X86 |
Rodolfo Giometti | 65131cd | 2008-11-12 13:27:14 -0800 | [diff] [blame] | 26 | help |
| 27 | This option enables C2 support for the Eurotech's Duramar 2150 |
| 28 | on board micro controller. |
| 29 | |
| 30 | To compile this driver as a module, choose M here: the module will |
| 31 | be called c2port-duramar2150. |
| 32 | |
Rodolfo Giometti | 4e17e1d | 2008-11-12 13:27:12 -0800 | [diff] [blame] | 33 | endif # C2PORT |