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:
parent
538327805b
commit
e5164ca970
@ -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"
|
||||
|
12
boards/common/atmega/Kconfig
Normal file
12
boards/common/atmega/Kconfig
Normal 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.
|
12
boards/common/atxmega/Kconfig
Normal file
12
boards/common/atxmega/Kconfig
Normal 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.
|
Loading…
Reference in New Issue
Block a user