staging: r8188eu: default to "y" in Kconfig
authorPaul Bolle <pebolle@tiscali.nl>
Tue, 11 Feb 2014 12:31:32 +0000 (13:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Feb 2014 20:22:31 +0000 (12:22 -0800)
commitd5d19999343b2d8f01890ffaabf1a6847a7e37a6
treee034275d30a94f782dad931da2e3230c6e0ace4a
parent8f1e98a3290797cc0322f69c0b609c54bea6b73b
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 <walch.martin@web.de>
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/Kconfig