c2port: fix bogus Kconfig "default no"
authorPaul Bolle <pebolle@tiscali.nl>
Mon, 7 May 2012 09:00:37 +0000 (11:00 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 7 May 2012 13:00:19 +0000 (15:00 +0200)
commite1d206018831c789cf4445e8f641b3c0df90b2bb
tree24c4568745b019f557606ca6472e9079e2508bc2
parent15ed103a98008d85f20956e0e29c2cae78051efe
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>
drivers/misc/c2port/Kconfig