1# Copyright (c) 2021 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4config AUDIO_DMIC_NRFX_PDM 5 bool "nRF PDM nrfx driver" 6 default y 7 depends on DT_HAS_NORDIC_NRF_PDM_ENABLED 8 select NRFX_PDM 9 select PINCTRL 10 help 11 Enable support for nrfx PDM driver for nRF MCU series. 12