blob: 3b307b99f3c17e8e53645e86ace599b84c53e5d0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 2022 Birte Kristina Friesel
#
# SPDX-License-Identifier: CC0-1.0
config arch_rm46l8lp_driver_counter
bool "Cycle Counter"
select meta_driver_counter
config arch_rm46l8lp_driver_uptime
bool "Uptime Counter"
select meta_driver_uptime
|