summaryrefslogtreecommitdiff
path: root/src/arch/posix/Kconfig
blob: ad5e85e175edb7fc64ceb0e8ca8ec77a308e91c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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_uptime
bool "Uptime counter"
select meta_driver_uptime