diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-12-25 18:09:33 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-12-25 18:09:33 +0100 |
commit | 35a98377f52caf5ac37c2e932b9f2d4c9196c195 (patch) | |
tree | d87920e581a25b3ef30b4cce967cd8842db5c1eb /src/arch/esp8266/Kconfig | |
parent | 16b712e0233cfd7b60668927067885f7e3551b92 (diff) |
Remove esp8266 support in favor of ESP8266 RTOS SDK
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 |