summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/Kconfig
diff options
context:
space:
mode:
authorSean MacLennan <seanm@seanm.ca>2011-11-28 20:22:26 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-11-30 19:50:42 +0900
commit3d461c912462b6b36ff9cf2c2f605ef37aeab438 (patch)
tree45ce72fce5e39f5db8e64e6729a583842c54e4ed /drivers/staging/rtl8192e/Kconfig
parentd37e0208df563af9c6fada84e620aabed581b3a8 (diff)
downloadop-kernel-dev-3d461c912462b6b36ff9cf2c2f605ef37aeab438.zip
op-kernel-dev-3d461c912462b6b36ff9cf2c2f605ef37aeab438.tar.gz
rtl8192e: Split into two directories
Now that the rtl8192e driver is split up, it makes sense to keep the rtllib code in one directory and the rtl8192e specific code in another. This patch contains the split and the fixup of includes. Since rtl_core.h already included rtllib.h and dot11d.h, rtl_core.h was updated to point to the parent directory. All other references to rtllib.h and dot11d.h in the rtl8192e specific code where deleted rather than fixed. This leaves just one file that needs to know the real location of the rtllib includes. Signed-off-by: Sean MacLennan <seanm@seanm.ca> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8192e/Kconfig')
-rw-r--r--drivers/staging/rtl8192e/Kconfig14
1 files changed, 5 insertions, 9 deletions
diff --git a/drivers/staging/rtl8192e/Kconfig b/drivers/staging/rtl8192e/Kconfig
index 44425ce..a24305d 100644
--- a/drivers/staging/rtl8192e/Kconfig
+++ b/drivers/staging/rtl8192e/Kconfig
@@ -8,6 +8,8 @@ config RTLLIB
If unsure, say N.
+if RTLLIB
+
config RTLLIB_CRYPTO
tristate "Support for rtllib crypto support"
depends on RTLLIB
@@ -44,12 +46,6 @@ config RTLLIB_CRYPTO_WEP
If you enabled RTLLIB, you want this.
-config RTL8192E
- tristate "RealTek RTL8192E Wireless LAN NIC driver"
- depends on PCI && WLAN && RTLLIB
- depends on m
- select WIRELESS_EXT
- select WEXT_PRIV
- select CRYPTO
- default N
- ---help---
+source "drivers/staging/rtl8192e/rtl8192e/Kconfig"
+
+endif
OpenPOWER on IntegriCloud