1# Copyright (c) 2018 STMicroelectronics 2# SPDX-License-Identifier: Apache-2.0 3 4config AUDIO_MPXXDTYY 5 bool "ST Digital PDM microphone attached to I2S support" 6 default y 7 depends on DT_HAS_ST_MPXXDTYY_ENABLED 8 select I2S 9 select HAS_STLIB 10 help 11 Enable MPXXDTYY microphone support on the selected board 12