Kconfig: Remove useless "default N" lines
authorPaul Bolle <pebolle@tiscali.nl>
Tue, 11 Feb 2014 12:38:47 +0000 (13:38 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 20 Feb 2014 13:38:06 +0000 (14:38 +0100)
A number of Kconfig entries default to (uppercase) "N". It was clearly
intended to use "default n". But since (lowercase) "n" is the default
anyway, these lines might as well be removed.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found