mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 12:25:21 +00:00
Add support for the Adafruit WINC1500 Wifi Shield Signed-off-by: Kim Bøndergaard <kibo@prevas.dk>
20 lines
293 B
Plaintext
20 lines
293 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 SPI
|
|
default y
|
|
|
|
config WIFI_WINC1500
|
|
default y
|
|
|
|
config WIFI
|
|
default y
|
|
|
|
endif #NETWORKING
|
|
|
|
endif # SHIELD_ADAFRUIT_WINC1500
|