esp-idf/components/esp_system/port/soc/esp32c2
Marius Vikhammer d2872095f9 soc: moved kconfig options out of the target component.
Moved the following kconfig options out of the target component:
 * CONFIG_ESP*_DEFAULT_CPU_FREQ* -> esp_system
 * ESP*_REV_MIN -> esp_hw_support
 * ESP*_TIME_SYSCALL -> newlib
 * ESP*_RTC_* -> esp_hw_support

Where applicable these target specific konfig names were merged into
a single common config, e.g;
CONFIG_ESP*_DEFAULT_CPU_FREQ -> CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ
2022-04-21 12:09:43 +08:00
..
apb_backup_dma.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
cache_err_int.c esp_rom: extract int matrix route and cpu ticks getter 2022-02-09 13:52:20 +08:00
clk.c soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
CMakeLists.txt esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
Kconfig.cpu soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
Kconfig.system system: move kconfig options out of target component 2022-03-02 01:22:26 +00:00
reset_reason.c esp_system: support esp32c2 reset reason 2022-02-15 13:50:22 +08:00
system_internal.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00