]> granicus.if.org Git - esp-idf/commitdiff
WiFi software coexistence: Clarify KConfig description
authorAngus Gratton <angus@espressif.com>
Tue, 3 Jan 2017 00:34:23 +0000 (11:34 +1100)
committerAngus Gratton <angus@espressif.com>
Tue, 10 Jan 2017 00:11:27 +0000 (11:11 +1100)
Ref http://esp32.com/viewtopic.php?f=13&t=844&p=3576

components/esp32/Kconfig

index 90cd734bf155fc49ec1689e3d5330751bbf71910..2a27c4df39f527a0e2a8128b20012985d2d8d9b9 100644 (file)
@@ -39,12 +39,13 @@ config ESP32_ENABLE_STACK_BT
 #endchoice
 
 config SW_COEXIST_ENABLE
-       bool "Software do control of wifi/bt coexisit"
+    bool "Software controls WiFi/BT coexistence"
     depends on ESP32_ENABLE_STACK_BT && ESP32_ENABLE_STACK_WIFI
-       default "n"
-       help
-               Software do something control of wifi/bt coexist. For some heavy traffic senario,
-               do sotware coexist, may be better.
+    default "n"
+    help
+        If enabled, WiFi & BT coexistence is controlled by software rather than hardware.
+        Recommended for heavy traffic scenarios. Both coexistence configuration options are
+        automatically managed, no user intervention is required.
 
 config MEMMAP_BT
     bool