| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # C2 port devices |
|---|
| 3 | 4 | # |
|---|
| 4 | 5 | |
|---|
| 5 | 6 | menuconfig C2PORT |
|---|
| 6 | 7 | tristate "Silicon Labs C2 port support" |
|---|
| 7 | | - default n |
|---|
| 8 | 8 | help |
|---|
| 9 | 9 | This option enables support for Silicon Labs C2 port used to |
|---|
| 10 | 10 | program Silicon micro controller chips (and other 8051 compatible). |
|---|
| .. | .. |
|---|
| 23 | 23 | config C2PORT_DURAMAR_2150 |
|---|
| 24 | 24 | tristate "C2 port support for Eurotech's Duramar 2150" |
|---|
| 25 | 25 | depends on X86 |
|---|
| 26 | | - default n |
|---|
| 27 | 26 | help |
|---|
| 28 | 27 | This option enables C2 support for the Eurotech's Duramar 2150 |
|---|
| 29 | 28 | on board micro controller. |
|---|