drivers: mbox: mbox_esp32: add support for esp32 MBOX driver
as an alternative for IPM driver. Signed-off-by: Felipe Neves <ryukokki.felipe@gmail.com>
This commit is contained in:
parent
0c93268e52
commit
af91d06b00
9 changed files with 329 additions and 0 deletions
|
@ -38,6 +38,7 @@ config SOC_ENABLE_APPCPU
|
|||
bool
|
||||
default y
|
||||
depends on IPM && SOC_ESP32_PROCPU
|
||||
depends on MBOX && SOC_ESP32_PROCPU
|
||||
help
|
||||
This hidden configuration lets PROCPU core to map and start APPCPU whenever IPM is enabled.
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ config SOC_ENABLE_APPCPU
|
|||
bool
|
||||
default y
|
||||
depends on IPM && SOC_ESP32S3_PROCPU
|
||||
depends on MBOX && SOC_ESP32S3_PROCPU
|
||||
help
|
||||
This hidden configuration lets PROCPU core to map and start APPCPU whenever IPM is enabled.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue