blob: 5c2137cd0a8b2e71c10b372ba18d9b64ea2b2e6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 2020 Daniel Friesel
#
# SPDX-License-Identifier: CC0-1.0
config arch_esp8266_driver_counter
bool "Cycle Counter"
select meta_driver_counter
config arch_esp8266_driver_stdin
bool "UART Input"
select meta_driver_stdin
config arch_esp8266_driver_uptime
bool "Uptime Counter"
select meta_driver_uptime
|