blob: 07f6822fa614f36edac756398356c9b85b0c6f68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# SPDX-License-Identifier: GPL-2.0-only
config SND_SOC_SDCA
tristate "ASoC SDCA library"
depends on ACPI
help
This option enables support for the MIPI SoundWire Device
Class for Audio (SDCA).
config SND_SOC_SDCA_OPTIONAL
def_tristate SND_SOC_SDCA || !SND_SOC_SDCA
|