Skip to content

Commit

Permalink
boards/feather-m0-wifi: Kconfig defined on top of feather-m0
Browse files Browse the repository at this point in the history
The feather-m0-wifi board is just a feather-m0 board with an additional ATWINC15x0 module. The Kconfig should therefore be defined on top of feather-m0 board.
  • Loading branch information
gschorcht committed Dec 11, 2021
1 parent 49fb6fa commit 06345e9
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions boards/feather-m0-wifi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,7 @@ config BOARD
config BOARD_FEATHER_M0_WIFI
bool
default y
select CPU_MODEL_SAMD21G18A
select HAS_PERIPH_ADC
select HAS_PERIPH_I2C
select HAS_PERIPH_PWM
select HAS_PERIPH_RTC
select HAS_PERIPH_RTT
select HAS_PERIPH_SPI
select HAS_PERIPH_TIMER
select HAS_PERIPH_UART
select HAS_PERIPH_USBDEV
select HAS_HIGHLEVEL_STDIO
select BOARD_FEATHER_M0
select MODULE_ATWINC15X0 if TEST_KCONFIG && MODULE_NETDEV_DEFAULT

rsource "../feather-m0/Kconfig"

0 comments on commit 06345e9

Please sign in to comment.