diff options
Diffstat (limited to 'drivers/misc/c2port/Kconfig')
-rw-r--r-- | drivers/misc/c2port/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/misc/c2port/Kconfig b/drivers/misc/c2port/Kconfig index e46af9a5810d..33ee834e1b83 100644 --- a/drivers/misc/c2port/Kconfig +++ b/drivers/misc/c2port/Kconfig | |||
@@ -5,7 +5,7 @@ | |||
5 | menuconfig C2PORT | 5 | menuconfig C2PORT |
6 | tristate "Silicon Labs C2 port support (EXPERIMENTAL)" | 6 | tristate "Silicon Labs C2 port support (EXPERIMENTAL)" |
7 | depends on EXPERIMENTAL | 7 | depends on EXPERIMENTAL |
8 | default no | 8 | default n |
9 | help | 9 | help |
10 | This option enables support for Silicon Labs C2 port used to | 10 | This option enables support for Silicon Labs C2 port used to |
11 | program Silicon micro controller chips (and other 8051 compatible). | 11 | program Silicon micro controller chips (and other 8051 compatible). |
@@ -23,8 +23,8 @@ if C2PORT | |||
23 | 23 | ||
24 | config C2PORT_DURAMAR_2150 | 24 | config C2PORT_DURAMAR_2150 |
25 | tristate "C2 port support for Eurotech's Duramar 2150 (EXPERIMENTAL)" | 25 | tristate "C2 port support for Eurotech's Duramar 2150 (EXPERIMENTAL)" |
26 | depends on X86 && C2PORT | 26 | depends on X86 |
27 | default no | 27 | default n |
28 | help | 28 | help |
29 | This option enables C2 support for the Eurotech's Duramar 2150 | 29 | This option enables C2 support for the Eurotech's Duramar 2150 |
30 | on board micro controller. | 30 | on board micro controller. |