net: wireless: rockchip_wlan: update realtek wifi support
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rockchip_wlan / Kconfig
index 672658ec29f941e418e314505fb2e52ff5855c56..89ed72953ad1bfbfc158cd8d033917744a61a9a5 100644 (file)
@@ -7,7 +7,7 @@ if WL_ROCKCHIP
 
 config WIFI_LOAD_DRIVER_WHEN_KERNEL_BOOTUP
        bool "Wifi load driver when kernel bootup"
-       default y
+       default n
        ---help---
          Wifi driver will be load (use late_initcall) when kernel bootup
 
@@ -17,17 +17,8 @@ menuconfig RTL_WIRELESS_SOLUTION
     bool "Realtek Wireless Device Driver Support"
     default y
 
-if RTL_WIRELESS_SOLUTION
-choice
-    prompt "Realtek WiFi Device Driver Support"
-    default RTL8188EU
-
-    config RTL_WIFI_NONE
-    bool "No Realtek WiFi"
-
 source "drivers/net/wireless/rockchip_wlan/rtl8188eu/Kconfig"
 source "drivers/net/wireless/rockchip_wlan/rtl8188fu/Kconfig"
-endchoice
-endif # RTL_WIRELESS_SOLUTION
+
 
 endif # WL_ROCKCHIP