blob: 42ed4139472b5d49e69cc501f56b74bab0115a4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 2020 Daniel Friesel
#
# SPDX-License-Identifier: CC0-1.0
config gpio_trace
bool "Trace GPIO changes on stdout"
config arch_posix_driver_counter
bool "Cycle counter"
select meta_driver_counter
config arch_posix_driver_i2c
bool "I2C via /dev/i2c"
select meta_driver_i2c
config arch_posix_driver_uptime
bool "Uptime counter"
select meta_driver_uptime
|