blob: 8c25f973fdd24bb4e8ba890d445399ec1c0e3873 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 2021 Daniel Friesel
#
# SPDX-License-Identifier: CC0-1.0
config arch_atmega2560_driver_dmx
bool "DMX"
select meta_driver_dmx
config arch_atmega2560_driver_i2c
bool "I2C"
select meta_driver_hardware_i2c
select meta_driver_i2c
config arch_atmega2560_driver_stdin
bool "UART Input"
select meta_driver_stdin
config arch_atmega2560_driver_timer
bool "Timer with Interrupts"
select meta_driver_timer
|