2018-11-13 17:13:19 +08:00
|
|
|
# Copyright (c) 2018 STMicroelectronics
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config AUDIO_MPXXDTYY
|
2018-11-13 17:13:19 +08:00
|
|
|
bool "ST Digital PDM microphone attached to I2S support"
|
2022-08-12 12:13:21 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_ST_MPXXDTYY_ENABLED
|
|
|
|
select I2S
|
2018-11-13 17:13:19 +08:00
|
|
|
select HAS_STLIB
|
|
|
|
help
|
|
|
|
Enable MPXXDTYY microphone support on the selected board
|