aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/c2port
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2012-05-07 11:00:37 +0200
committerJiri Kosina <jkosina@suse.cz>2012-05-07 15:00:19 +0200
commite1d206018831c789cf4445e8f641b3c0df90b2bb (patch)
tree24c4568745b019f557606ca6472e9079e2508bc2 /drivers/misc/c2port
parentedac: Fix spelling errors. (diff)
downloadlinux-dev-e1d206018831c789cf4445e8f641b3c0df90b2bb.tar.xz
linux-dev-e1d206018831c789cf4445e8f641b3c0df90b2bb.zip
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>
Diffstat (limited to 'drivers/misc/c2port')
-rw-r--r--drivers/misc/c2port/Kconfig6
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 @@
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.