662f0741dd
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>
20 lines
392 B
Plaintext
20 lines
392 B
Plaintext
# Copyright (c) 2022 Linaro Limited.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SHIELD_MIKROE_WIFI_BT_CLICK || \
|
|
SHIELD_MIKROE_WIFI_BT_CLICK_MIKROBUS || \
|
|
SHIELD_MIKROE_WIFI_BT_CLICK_ARDUINO
|
|
|
|
if NETWORKING
|
|
|
|
choice WIFI_ESP_AT_VERSION
|
|
default WIFI_ESP_AT_VERSION_2_0
|
|
depends on WIFI_ESP_AT
|
|
endchoice
|
|
|
|
orsource "boards/*.defconfig"
|
|
|
|
endif # NETWORKING
|
|
|
|
endif # SHIELD_MIKROE_WIFI_BT_CLICK
|