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