G0: remove components/esp32* dependency on efuse component

This commit is contained in:
Omar Chebib
2022-03-28 15:44:51 +08:00
parent f8dad892ff
commit 9380fd6bee
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 xtensa "${legacy_reqs}"