mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 20:00:53 +00:00
change(esp_security): Move anti-DPA configuration into the security component
This commit is contained in:

committed by
Mahavir Jain

parent
b729a0a732
commit
c125d21c71
@@ -119,10 +119,6 @@ if(NOT BOOTLOADER_BUILD)
|
||||
list(APPEND srcs "esp_etm.c")
|
||||
endif()
|
||||
|
||||
if(CONFIG_SOC_CRYPTO_DPA_PROTECTION_SUPPORTED)
|
||||
list(APPEND srcs "esp_dpa_protection.c")
|
||||
endif()
|
||||
|
||||
if(CONFIG_SOC_DIG_SIGN_SUPPORTED)
|
||||
list(APPEND srcs "esp_ds.c")
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user