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>
14 lines
237 B
Plaintext
14 lines
237 B
Plaintext
# Copyright (c) 2020 Kim Bøndergaard <kim.bondergaard@prevas.dk>, Prevas A/S
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SHIELD_ADAFRUIT_WINC1500
|
|
|
|
if NETWORKING
|
|
|
|
config WIFI
|
|
default y
|
|
|
|
endif #NETWORKING
|
|
|
|
endif # SHIELD_ADAFRUIT_WINC1500
|