|
@@ -5,7 +5,7 @@
|
|
|
menuconfig C2PORT
|
|
|
tristate "Silicon Labs C2 port support (EXPERIMENTAL)"
|
|
|
depends on EXPERIMENTAL
|
|
|
- default no
|
|
|
+ default n
|
|
|
help
|
|
|
This option enables support for Silicon Labs C2 port used to
|
|
|
program Silicon micro controller chips (and other 8051 compatible).
|
|
@@ -23,8 +23,8 @@ if C2PORT
|
|
|
|
|
|
config C2PORT_DURAMAR_2150
|
|
|
tristate "C2 port support for Eurotech's Duramar 2150 (EXPERIMENTAL)"
|
|
|
- depends on X86 && C2PORT
|
|
|
- default no
|
|
|
+ depends on X86
|
|
|
+ default n
|
|
|
help
|
|
|
This option enables C2 support for the Eurotech's Duramar 2150
|
|
|
on board micro controller.
|