bool "Espressif 8089 sdio Wi-Fi"
---help---
Espressif 8089 sdio Wi-Fi support
+
+ config ESP8089_BK3515A
+ depends on WLAN_80211 && MMC
+ select WIRELESS_EXT
+ select WEXT_PRIV
+ select CFG80211
+ select MAC80211
+ select NL80211_TESTMODE
+ bool "Espressif 8089 sdio Wi-Fi combo with BK3515A bluetooth"
+ ---help---
+ RK Wi-Fi+BT+[GPS optional] Combo module support
count = sprintf(_buf, "%s", "ESP8089");
printk("Current WiFi chip is ESP8089.\n");
#endif
-
+
+#ifdef CONFIG_ESP8089_BK3515A
+ count = sprintf(_buf, "%s", "ESP8089_BK3515A");
+ printk("Current WiFi chip is ESP8089+BK3515A+[GPS optional].\n");
+#endif
return count;
}