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