kconfig: also parse target specific sdkconfig.rename.TARGET files

Adds functionality for target specific sdkconfig.rename files which can be
used when certain renames are only needed for a specific target.
This commit is contained in:
Marius Vikhammer
2022-01-31 10:53:59 +08:00
parent faf0f61cdb
commit 23c55946a6
10 changed files with 61 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
# sdkconfig replacement configurations for deprecated options formatted as
# CONFIG_DEPRECATED_OPTION CONFIG_NEW_OPTION
CONFIG_ESP32C3_MEMPROT_FEATURE CONFIG_ESP_SYSTEM_MEMPROT_FEATURE
CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK