diff options
Diffstat (limited to 'src/arch/esp8266/Kconfig')
-rw-r--r-- | src/arch/esp8266/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/arch/esp8266/Kconfig b/src/arch/esp8266/Kconfig deleted file mode 100644 index 5c2137c..0000000 --- a/src/arch/esp8266/Kconfig +++ /dev/null @@ -1,14 +0,0 @@ -# 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 |