Skip to content

Commit

Permalink
boards/common/saml1x: Add Kconfig symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolanzieri committed Jul 16, 2020
1 parent 38636a8 commit b85ee29
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions boards/common/saml1x/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright (c) 2020 HAW Hamburg
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.

config BOARD_COMMON_SAML1X
bool
select HAS_PERIPH_ADC
select HAS_PERIPH_DAC
select HAS_PERIPH_I2C
select HAS_PERIPH_RTC
select HAS_PERIPH_RTT
select HAS_PERIPH_SPI
select HAS_PERIPH_TIMER
select HAS_PERIPH_UART
select HAS_RIOTBOOT

0 comments on commit b85ee29

Please sign in to comment.