mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 17:55:21 +00:00
Added an implementation of driver for Intel PDM digital microphone controller . Signed-off-by: Sathish Kuttan <sathish.k.kuttan@intel.com>
12 lines
239 B
Plaintext
12 lines
239 B
Plaintext
#
|
|
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menuconfig AUDIO_INTEL_DMIC
|
|
bool "Intel digital PDM microphone driver support"
|
|
depends on AUDIO_DMIC
|
|
help
|
|
Enable Intel digital PDM microphone driver
|