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_PDM0 if HAS_HW_NRF_PDM0 9 select NRFX_PDM20 if HAS_HW_NRF_PDM20 10 select NRFX_PDM21 if HAS_HW_NRF_PDM21 11 select PINCTRL 12 help 13 Enable support for nrfx PDM driver for nRF MCU series. 14