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>
Tue, 11 Jun 2019 00:35:53 +0000 (09:35 +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 e5407ed508336cae404091a0b72e44470a9cc782..ae0acca8e26078d4aff46b50ee8a17d29122077e 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 cd7830bb9d5de1c48e41c0e9cf136ebd6699b0c6..774f6abb69e66dc457d8b1ebd32d6e807dc018a6 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.)