net: rtl8192cu: change config name as vendor driver
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 18 Sep 2018 09:43:43 +0000 (18:43 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 2 Apr 2020 04:09:01 +0000 (13:09 +0900)
There is already rtl8192cu mainline driver.
To distinguish with vendor driver, changed config name to
RTL8192CU_VENDOR.

Change-Id: I2663bc12f787cc4f417a13c9b4de42b4b63a8efb
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/net/wireless/realtek/Makefile
drivers/net/wireless/realtek/rtl8192cu/Kconfig

index e5407ed..ae0acca 100644 (file)
@@ -5,6 +5,6 @@
 obj-$(CONFIG_RTL8180)          += rtl818x/
 obj-$(CONFIG_RTL8187)          += rtl818x/
 obj-$(CONFIG_RTLWIFI)          += rtlwifi/
-obj-$(CONFIG_RTL8192CU)                += rtl8192cu/
+obj-$(CONFIG_RTL8192CU_VENDOR)         += rtl8192cu/
 obj-$(CONFIG_RTL8XXXU)         += rtl8xxxu/
 
index cd7830b..774f6ab 100644 (file)
@@ -1,9 +1,10 @@
-config RTL8192CU
+config RTL8192CU_VENDOR
        tristate "Realtek 8192C USB WiFi"
-       depends on MAC80211 && USB
+       depends on MAC80211 && USB && !RTL8192CU
        select CFG80211_WEXT
        select WIRELESS_EXT
        select WEXT_PRIV
        ---help---
          This option adds the Realtek RTL8192CU USB device such as Edimax EW-7811Un.
+         This driver is non-mainline driver (Vendor driver.)