blob: 5542dd5af3410c6966cb7808842e1aab7b673aba (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|