diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-02-11 13:38:47 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-02-20 14:38:06 +0100 |
commit | c7dcec7dd463907c451048b04f30d1870fe5cacc (patch) | |
tree | 0239b0d94995fdfdc1b8f41408d9bb364a8132ad /drivers/staging/rtl8188eu | |
parent | 392b21897d6cbff55c5b28910dfdc74e3020de6c (diff) | |
download | blackbird-obmc-linux-c7dcec7dd463907c451048b04f30d1870fe5cacc.tar.gz blackbird-obmc-linux-c7dcec7dd463907c451048b04f30d1870fe5cacc.zip |
Kconfig: Remove useless "default N" lines
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>
Diffstat (limited to 'drivers/staging/rtl8188eu')
-rw-r--r-- | drivers/staging/rtl8188eu/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/Kconfig b/drivers/staging/rtl8188eu/Kconfig index c9c548f17494..70fecfabc0c7 100644 --- a/drivers/staging/rtl8188eu/Kconfig +++ b/drivers/staging/rtl8188eu/Kconfig @@ -3,7 +3,6 @@ config R8188EU depends on WLAN && USB select WIRELESS_EXT select WEXT_PRIV - default N ---help--- This option adds the Realtek RTL8188EU USB device such as TP-Link TL-WN725N. If built as a module, it will be called r8188eu. |