From 63c738de4c04790cccd5752cd2807bd332366da3 Mon Sep 17 00:00:00 2001 From: Kedar Sovani Date: Tue, 15 Aug 2017 14:47:53 +0530 Subject: [PATCH] sdkconfig: Remove rest of the references to WIFI_ENABLED --- examples/bluetooth/gatt_client/sdkconfig.defaults | 3 +-- examples/bluetooth/gatt_security_server/sdkconfig.defaults | 3 +-- examples/bluetooth/gatt_server/sdkconfig.defaults | 3 +-- examples/ethernet/ethernet/sdkconfig.defaults | 1 - examples/get-started/blink/sdkconfig.defaults | 4 ++-- tools/unit-test-app/sdkconfig | 1 - 6 files changed, 5 insertions(+), 10 deletions(-) diff --git a/examples/bluetooth/gatt_client/sdkconfig.defaults b/examples/bluetooth/gatt_client/sdkconfig.defaults index 9d51df5ee..14f5546ff 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 9d51df5ee..14f5546ff 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 9d51df5ee..14f5546ff 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 b4f4c3c1c..62a7778f1 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 8c618fb9b..8fa2136f6 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 43ffa272b..9aa13bc2a 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