summaryrefslogtreecommitdiff
path: root/src/arch/posix/Kconfig
blob: 0e210ad15d3c5451506a36ff838c5d5ac056b70f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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_hardware_i2c
select meta_driver_i2c

config arch_posix_driver_i2c_bus
string "I2C bus (/dev/i2c-* device)"
default "/dev/i2c-1"
depends on arch_posix_driver_i2c

config arch_posix_driver_uptime
bool "Uptime counter"
select meta_driver_uptime