modules: hal_nordic: align PDM configuration
Introduce instance 0, PDM0, following nrfx 3.7.0 update. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
de82f2f4cb
commit
97dff5bccb
4 changed files with 12 additions and 5 deletions
|
@ -162,8 +162,12 @@ config NRFX_NVMC
|
|||
|| $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF91_FLASH_CONTROLLER))
|
||||
|
||||
config NRFX_PDM
|
||||
bool "PDM driver"
|
||||
depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_PDM))
|
||||
bool
|
||||
|
||||
config NRFX_PDM0
|
||||
bool "PDM0 driver instance"
|
||||
depends on $(dt_nodelabel_has_compat,pdm0,$(DT_COMPAT_NORDIC_NRF_PDM))
|
||||
select NRFX_PDM
|
||||
|
||||
config NRFX_POWER
|
||||
bool "POWER driver"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue