You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
305 B
11 lines
305 B
# 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
|
|
|