b37f393079
* Utilize DT_HAS_<COMPAT>_ENABLED for devicetree based drivers
* Move to using 'select I2C'/'select I2S' instead of 'depends on'
(see commit df81fef944
for
more details)
Signed-off-by: Kumar Gala <galak@kernel.org>
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
# Copyright (c) 2018 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config AUDIO_MPXXDTYY
|
|
bool "ST Digital PDM microphone attached to I2S support"
|
|
default y
|
|
depends on DT_HAS_ST_MPXXDTYY_ENABLED
|
|
select I2S
|
|
select HAS_STLIB
|
|
help
|
|
Enable MPXXDTYY microphone support on the selected board
|