13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
|
#
|
||
|
# Copyright (c) 2018 STMicroelectronics
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
menuconfig AUDIO_MPXXDTYY
|
||
|
bool "ST Digital PDM microphone attached to I2S support"
|
||
|
depends on I2S
|
||
|
select HAS_STLIB
|
||
|
help
|
||
|
Enable MPXXDTYY microphone support on the selected board
|