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