Merge branch 'refactor/remove_esp32comp_dep_on_efuse' into 'master'

G0: target components (components/esp32*) don't depend on efuse anymore

See merge request espressif/esp-idf!17623
This commit is contained in:
Omar Chebib
2022-03-31 17:40:25 +08:00
10 changed files with 44 additions and 40 deletions

View File

@@ -6,7 +6,7 @@ endif()
if(NOT BOOTLOADER_BUILD)
# [refactor-todo] propagate these requirements for compatibility
# remove in the future
set(legacy_reqs efuse soc)
set(legacy_reqs soc)
endif()
idf_component_register(REQUIRES riscv "${legacy_reqs}"