Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
190197ec979d4e3634dbca38a1555b51a4cc7385
/
.
/
drivers
/
audio
/
Kconfig.dmic_pdm_nrfx
blob: 25d6920379ed6b4cb297056fb9da8ba60c2338e3 [
file
] [
log
] [
blame
]
# Copyright (c) 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config AUDIO_DMIC_NRFX_PDM
bool
"nRF PDM nrfx driver"
depends on HAS_HW_NRF_PDM
default
y
select
NRFX_PDM
help
Enable
support
for
nrfx PDM driver
for
nRF MCU series
.