zephyr/boards/shields/esp_8266/Kconfig.defconfig
Kumar Gala 662f0741dd wifi: remove Kconfig.defconfig* setting of Wifi drivers
Now that Wifi drivers are enabled based on devicetree
we need to remove any cases of them getting enabled by
Kconfig.defconfig* files as this can lead to errors.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-31 21:57:06 +00:00

22 lines
436 B
Plaintext

# Copyright (c) 2020 Gerson Fernando Budke <nandojve@gmail.com>
# SPDX-License-Identifier: Apache-2.0
if SHIELD_ESP_8266 || \
SHIELD_ESP_8266_ARDUINO || \
SHIELD_ESP_8266_MIKROBUS
if NETWORKING
choice WIFI_ESP_AT_VERSION
default WIFI_ESP_AT_VERSION_1_7
depends on WIFI_ESP_AT
endchoice
orsource "boards/*.defconfig"
endif # NETWORKING
endif # SHIELD_ESP_8266 || \
# SHIELD_ESP_8266_ARDUINO || \
# SHIELD_ESP_8266_MIKROBUS