From 35a98377f52caf5ac37c2e932b9f2d4c9196c195 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 25 Dec 2021 18:09:33 +0100 Subject: Remove esp8266 support in favor of ESP8266 RTOS SDK --- src/arch/esp8266/Kconfig | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/arch/esp8266/Kconfig (limited to 'src/arch/esp8266/Kconfig') 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 -- cgit v1.2.3