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>
This commit is contained in:
Kumar Gala 2022-08-24 15:15:06 -05:00 committed by Fabio Baltieri
commit 662f0741dd
6 changed files with 0 additions and 38 deletions

View file

@ -47,14 +47,4 @@ config BT_HCI_VS_EXT
endif # BT
if WIFI
config SPI
default y
config WIFI_ESWIFI
default y
endif # WIFI
endif # BOARD_B_L4S5I_IOT01A

View file

@ -47,14 +47,4 @@ config BT_HCI_VS_EXT
endif # BT
if WIFI
config SPI
default y
config WIFI_ESWIFI
default y
endif # WIFI
endif # BOARD_DISCO_L475_IOT1

View file

@ -5,12 +5,6 @@ if SHIELD_ADAFRUIT_WINC1500
if NETWORKING
config SPI
default y
config WIFI_WINC1500
default y
config WIFI
default y

View file

@ -7,10 +7,6 @@ if SHIELD_ESP_8266 || \
if NETWORKING
config WIFI_ESP_AT
default y
depends on WIFI
choice WIFI_ESP_AT_VERSION
default WIFI_ESP_AT_VERSION_1_7
depends on WIFI_ESP_AT

View file

@ -7,10 +7,6 @@ if SHIELD_INVENTEK_ESWIFI || \
if NETWORKING
config WIFI_ESWIFI
default y
depends on WIFI
orsource "boards/*.defconfig"
choice WIFI_ESWIFI_BUS

View file

@ -7,10 +7,6 @@ if SHIELD_MIKROE_WIFI_BT_CLICK || \
if NETWORKING
config WIFI_ESP_AT
default y
depends on WIFI
choice WIFI_ESP_AT_VERSION
default WIFI_ESP_AT_VERSION_2_0
depends on WIFI_ESP_AT