From: Paul Bolle Date: Tue, 11 Feb 2014 12:31:32 +0000 (+0100) Subject: staging: r8188eu: default to "y" in Kconfig X-Git-Tag: v3.15-rc1~139^2~1189 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5d19999343b2d8f01890ffaabf1a6847a7e37a6;p=pandora-kernel.git staging: r8188eu: default to "y" in Kconfig Two Kconfig entries for this driver default to (uppercase) "Y". But in Kconfig (lowercase) "y" is a magic symbol. "Y" is an ordinary symbol. As "Y" is never set these Kconfig symbols will also not be set by default. So use "default y" here, as was clearly intended. Reported-by: Martin Walch Signed-off-by: Paul Bolle Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed