From: Kedar Sovani Date: Tue, 15 Aug 2017 09:17:53 +0000 (+0530) Subject: sdkconfig: Remove rest of the references to WIFI_ENABLED X-Git-Tag: v3.1-dev~407^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63c738de4c04790cccd5752cd2807bd332366da3;p=esp-idf sdkconfig: Remove rest of the references to WIFI_ENABLED --- diff --git a/examples/bluetooth/gatt_client/sdkconfig.defaults b/examples/bluetooth/gatt_client/sdkconfig.defaults index 9d51df5ee5..14f5546ffa 100644 --- a/examples/bluetooth/gatt_client/sdkconfig.defaults +++ b/examples/bluetooth/gatt_client/sdkconfig.defaults @@ -1,4 +1,3 @@ # Override some defaults so BT stack is enabled -# and WiFi disabled by default in this example +# by default in this example CONFIG_BT_ENABLED=y -CONFIG_WIFI_ENABLED=n diff --git a/examples/bluetooth/gatt_security_server/sdkconfig.defaults b/examples/bluetooth/gatt_security_server/sdkconfig.defaults index 9d51df5ee5..14f5546ffa 100644 --- a/examples/bluetooth/gatt_security_server/sdkconfig.defaults +++ b/examples/bluetooth/gatt_security_server/sdkconfig.defaults @@ -1,4 +1,3 @@ # Override some defaults so BT stack is enabled -# and WiFi disabled by default in this example +# by default in this example CONFIG_BT_ENABLED=y -CONFIG_WIFI_ENABLED=n diff --git a/examples/bluetooth/gatt_server/sdkconfig.defaults b/examples/bluetooth/gatt_server/sdkconfig.defaults index 9d51df5ee5..14f5546ffa 100644 --- a/examples/bluetooth/gatt_server/sdkconfig.defaults +++ b/examples/bluetooth/gatt_server/sdkconfig.defaults @@ -1,4 +1,3 @@ # Override some defaults so BT stack is enabled -# and WiFi disabled by default in this example +# by default in this example CONFIG_BT_ENABLED=y -CONFIG_WIFI_ENABLED=n diff --git a/examples/ethernet/ethernet/sdkconfig.defaults b/examples/ethernet/ethernet/sdkconfig.defaults index b4f4c3c1c5..62a7778f15 100644 --- a/examples/ethernet/ethernet/sdkconfig.defaults +++ b/examples/ethernet/ethernet/sdkconfig.defaults @@ -1,2 +1 @@ -# CONFIG_WIFI_ENABLED is not set CONFIG_ETHERNET=y diff --git a/examples/get-started/blink/sdkconfig.defaults b/examples/get-started/blink/sdkconfig.defaults index 8c618fb9b4..8fa2136f68 100644 --- a/examples/get-started/blink/sdkconfig.defaults +++ b/examples/get-started/blink/sdkconfig.defaults @@ -1,2 +1,2 @@ -# Disable WiFi stack by default -CONFIG_WIFI_ENABLED=n +# + diff --git a/tools/unit-test-app/sdkconfig b/tools/unit-test-app/sdkconfig index 43ffa272b8..9aa13bc2a4 100644 --- a/tools/unit-test-app/sdkconfig +++ b/tools/unit-test-app/sdkconfig @@ -174,7 +174,6 @@ CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=0 # CONFIG_ESP32_XTAL_FREQ_26 is not set CONFIG_ESP32_XTAL_FREQ_AUTO=y CONFIG_ESP32_XTAL_FREQ=0 -CONFIG_WIFI_ENABLED=y CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM=10 CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM=0 # CONFIG_ESP32_WIFI_STATIC_TX_BUFFER is not set