1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/common/{atmega,atxmega,arduino-atmega}: model Kconfig

This commit is contained in:
Leandro Lanzieri 2021-09-30 13:39:51 +02:00
parent 538327805b
commit e5164ca970
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
3 changed files with 35 additions and 0 deletions

View File

@ -16,3 +16,14 @@ config BOARD_COMMON_ARDUINO_ATMEGA
# Various other features (if any)
select HAS_ARDUINO
select HAS_ARDUINO_PWM
select HAVE_SAUL_GPIO
config MODULE_BOARDS_COMMON_ARDUINO-ATMEGA
bool
depends on TEST_KCONFIG
select MODULE_BOARDS_COMMON_ATMEGA
help
Common code of Arduino ATmega boards.
source "$(RIOTBOARD)/common/atmega/Kconfig"

View File

@ -0,0 +1,12 @@
# Copyright (c) 2021 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 MODULE_BOARDS_COMMON_ATMEGA
bool
depends on TEST_KCONFIG
help
Common code of ATmega boards.

View File

@ -0,0 +1,12 @@
# Copyright (c) 2021 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 MODULE_BOARDS_COMMON_ATXMEGA
bool
depends on TEST_KCONFIG
help
Common ATXmega boards code.