summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8821ae
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2014-06-18 15:05:47 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-20 00:18:15 (GMT)
commit7a2d2e10232b54a65cb90cc776373e1a959cdc8a (patch)
tree77ac8311a37e1086e650033d4f3d9db1f9488518 /drivers/staging/rtl8821ae
parent9088f4af77c67b9a861d734bfd2b3e5f99b90f72 (diff)
downloadlinux-7a2d2e10232b54a65cb90cc776373e1a959cdc8a.tar.xz
staging: Remove useless "default N" lines
Two 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. 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>
Diffstat (limited to 'drivers/staging/rtl8821ae')
-rw-r--r--drivers/staging/rtl8821ae/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8821ae/Kconfig b/drivers/staging/rtl8821ae/Kconfig
index abccc9d..1a89b25 100644
--- a/drivers/staging/rtl8821ae/Kconfig
+++ b/drivers/staging/rtl8821ae/Kconfig
@@ -6,6 +6,5 @@ config R8821AE
select WEXT_PRIV
select EEPROM_93CX6
select CRYPTO
- default N
---help---
If built as a module, it will be called r8821ae.ko.