sdkconfig: Remove rest of the references to WIFI_ENABLED

This commit is contained in:
Kedar Sovani
2017-08-15 14:47:53 +05:30
parent 6405d6f874
commit 63c738de4c
6 changed files with 5 additions and 10 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1,2 +1 @@
# CONFIG_WIFI_ENABLED is not set
CONFIG_ETHERNET=y

View File

@@ -1,2 +1,2 @@
# Disable WiFi stack by default
CONFIG_WIFI_ENABLED=n
#