summaryrefslogtreecommitdiff
path: root/src/arch/msp430fr5969lp/Kconfig
blob: 008df314b492ae051a11e547c0074c108ec1d071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 2020 Daniel Friesel
#
# SPDX-License-Identifier: CC0-1.0
config arch_msp430fr5969lp_driver_adc
bool "ADC (Analog-Digital-Converter)"
select meta_driver_adc

config arch_msp430fr5969lp_driver_counter
bool "Cycle Counter"
select meta_driver_counter

config arch_msp430fr5969lp_driver_dmx
bool "DMX"
select meta_driver_dmx

config arch_msp430fr5969lp_driver_i2c
bool "I2C on eUSCI_B0"
select meta_driver_hardware_i2c
select meta_driver_i2c

## broken
#config arch_msp430fr5969lp_driver_spi_a1
#bool "SPI on eUSCI_A1"
#select meta_driver_spi

config arch_msp430fr5969lp_driver_spi
bool "SPI on eUSCI_B0"
select meta_driver_spi

config arch_msp430fr5969lp_driver_stdin
bool "UART Input"
select meta_driver_stdin

config arch_msp430fr5969lp_driver_timer
bool "Timer with Interrupts"
select meta_driver_timer

config arch_msp430fr5969lp_driver_uptime
bool "Uptime Counter"
select meta_driver_uptime