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