xref: /linux/sound/soc/sdca/Kconfig (revision 2eff01ee2881becc9daaa0d53477ec202136b1f4)
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