soc: add capability macros for crypto peripherals

Closes IDF-4790
This commit is contained in:
Mahavir Jain
2022-03-17 15:02:14 +05:30
committed by BOT
parent c1bcb8756b
commit bcc4883c25
12 changed files with 132 additions and 47 deletions

View File

@@ -103,6 +103,18 @@ config SOC_SUPPORT_COEXISTENCE
bool
default y
config SOC_AES_SUPPORTED
bool
default y
config SOC_MPI_SUPPORTED
bool
default y
config SOC_SHA_SUPPORTED
bool
default y
config SOC_ADC_RTC_CTRL_SUPPORTED
bool
default y

View File

@@ -85,6 +85,9 @@
#define SOC_RMT_SUPPORTED 1
#define SOC_SIGMADELTA_SUPPORTED 1
#define SOC_SUPPORT_COEXISTENCE 1
#define SOC_AES_SUPPORTED 1
#define SOC_MPI_SUPPORTED 1
#define SOC_SHA_SUPPORTED 1
/*-------------------------- ADC CAPS ----------------------------------------*/