modules: hal_nordic: Add I2S Kconfig symbols and translation to nrfx
Add Kconfig symbols for I2S 20 instance and translation symbols used in nrfx drivers. Signed-off-by: Adam Wojasinski <adam.wojasinski@nordicsemi.no>
This commit is contained in:
parent
4f1823c616
commit
cac170d2b9
2 changed files with 8 additions and 0 deletions
|
@ -82,6 +82,11 @@ config NRFX_I2S0
|
|||
depends on $(dt_nodelabel_has_compat,i2s0,$(DT_COMPAT_NORDIC_NRF_I2S))
|
||||
select NRFX_I2S
|
||||
|
||||
config NRFX_I2S20
|
||||
bool "I2S20 driver instance"
|
||||
depends on $(dt_nodelabel_has_compat,i2s20,$(DT_COMPAT_NORDIC_NRF_I2S))
|
||||
select NRFX_I2S
|
||||
|
||||
config NRFX_IPC
|
||||
bool "IPC driver"
|
||||
depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_IPC))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue