summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8187se/Kconfig
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2009-11-17 05:35:38 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 20:23:20 (GMT)
commitad988ba5c024ef5c96eed0387ff37e63b8c9f7e0 (patch)
treea3eb3f4a89a9a68916034eb65ad7512bc6b81ef9 /drivers/staging/rtl8187se/Kconfig
parent8eee44dafdaaafaa0623c3ceaf4e507403365311 (diff)
downloadlinux-fsl-qoriq-ad988ba5c024ef5c96eed0387ff37e63b8c9f7e0.tar.xz
Staging: rtl8187se: Rename staging driver to avoid name conflict with mainline driver
Now that active development has begun on a mainline version of a driver for the RTL8187SE that should be called rtl8187se, there is a conflict with the driver in staging with the same name. To solve the conflict, rename the driver in staging to r8187se. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8187se/Kconfig')
-rw-r--r--drivers/staging/rtl8187se/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/rtl8187se/Kconfig b/drivers/staging/rtl8187se/Kconfig
index 3211dd3..e24a6f7 100644
--- a/drivers/staging/rtl8187se/Kconfig
+++ b/drivers/staging/rtl8187se/Kconfig
@@ -1,7 +1,8 @@
-config RTL8187SE
+config R8187SE
tristate "RealTek RTL8187SE Wireless LAN NIC driver"
depends on PCI && WLAN
select WIRELESS_EXT
select WEXT_PRIV
default N
---help---
+ If built as a module, it will be called r8187se.ko.