Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Paul Bolle and committed by
Jiri Kosina
e1d20601 15ed103a

+3 -3
+3 -3
drivers/misc/c2port/Kconfig
··· 5 5 menuconfig C2PORT 6 6 tristate "Silicon Labs C2 port support (EXPERIMENTAL)" 7 7 depends on EXPERIMENTAL 8 - default no 8 + default n 9 9 help 10 10 This option enables support for Silicon Labs C2 port used to 11 11 program Silicon micro controller chips (and other 8051 compatible). ··· 23 23 24 24 config C2PORT_DURAMAR_2150 25 25 tristate "C2 port support for Eurotech's Duramar 2150 (EXPERIMENTAL)" 26 - depends on X86 && C2PORT 27 - default no 26 + depends on X86 27 + default n 28 28 help 29 29 This option enables C2 support for the Eurotech's Duramar 2150 30 30 on board micro controller.