G0: target component (components/esp32*) doesn't depend on driver anymore

This commit is contained in:
Omar Chebib
2022-01-28 19:47:04 +08:00
parent 6e0308d352
commit 2571aaf3c9
37 changed files with 74 additions and 42 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 driver efuse soc)
set(legacy_reqs efuse soc)
endif()
idf_component_register(REQUIRES riscv "${legacy_reqs}"