config: removed references to non-existing kconfig options

This commit is contained in:
Marius Vikhammer
2022-03-15 18:25:05 +08:00
parent e3c084a2dc
commit 0fbae992dd
12 changed files with 18 additions and 36 deletions

View File

@@ -93,9 +93,7 @@ static const char *TAG = "clk";
wdt_hal_write_protect_enable(&rtc_wdt_ctx);
#endif
#if defined(CONFIG_ESP32C2_RTC_CLK_SRC_EXT_CRYS)
select_rtc_slow_clk(SLOW_CLK_32K_XTAL);
#elif defined(CONFIG_ESP32C2_RTC_CLK_SRC_EXT_OSC)
#if defined(CONFIG_ESP32C2_RTC_CLK_SRC_EXT_OSC)
select_rtc_slow_clk(SLOW_CLK_32K_EXT_OSC);
#elif defined(CONFIG_ESP32C2_RTC_CLK_SRC_INT_8MD256)
select_rtc_slow_clk(SLOW_CLK_8MD256);