提交 e1d20601 编写于 作者: P Paul Bolle 提交者: Jiri Kosina

c2port: fix bogus Kconfig "default no"

Strictly speaking "no" is a valid, but undefined, Kconfig symbol. But what
obviously was meant here was "n".

While we're touching this Kconfig file also drop the superfluous
dependency on C2PORT for C2PORT_DURAMAR_2150. Its Kconfig entry is
already wrapped in "if C2PORT" and "endif".
Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 15ed103a
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
menuconfig C2PORT menuconfig C2PORT
tristate "Silicon Labs C2 port support (EXPERIMENTAL)" tristate "Silicon Labs C2 port support (EXPERIMENTAL)"
depends on EXPERIMENTAL depends on EXPERIMENTAL
default no default n
help help
This option enables support for Silicon Labs C2 port used to This option enables support for Silicon Labs C2 port used to
program Silicon micro controller chips (and other 8051 compatible). program Silicon micro controller chips (and other 8051 compatible).
...@@ -23,8 +23,8 @@ if C2PORT ...@@ -23,8 +23,8 @@ if C2PORT
config C2PORT_DURAMAR_2150 config C2PORT_DURAMAR_2150
tristate "C2 port support for Eurotech's Duramar 2150 (EXPERIMENTAL)" tristate "C2 port support for Eurotech's Duramar 2150 (EXPERIMENTAL)"
depends on X86 && C2PORT depends on X86
default no default n
help help
This option enables C2 support for the Eurotech's Duramar 2150 This option enables C2 support for the Eurotech's Duramar 2150
on board micro controller. on board micro controller.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册