Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4f8c952c4ac105606082fa528e61ea08ae20db79
/
.
/
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
.