Skip to content

Commit 49fb6fa

Browse files
committed
board/feather-m0-wifi: add atwinc15x0 driver to Kconfig
`feather-m0-wifi` has an ATWINC15x0 module on-board. The `atwinc15x0` driver is enable by default if module `netdev_default` is used. This corresponds to the makefile dependencies.
1 parent 2fb9523 commit 49fb6fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

boards/feather-m0-wifi/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ config BOARD_FEATHER_M0_WIFI
2121
select HAS_PERIPH_UART
2222
select HAS_PERIPH_USBDEV
2323
select HAS_HIGHLEVEL_STDIO
24+
select MODULE_ATWINC15X0 if TEST_KCONFIG && MODULE_NETDEV_DEFAULT

0 commit comments

Comments
 (0)