# SPDX-License-Identifier: GPL-2.0-only # # SoundWire subsystem configuration # menuconfig [31mCONFIG_SOUNDWIRE[0m tristate "SoundWire support" depends on [31mCONFIG_ACPI[0m || [31mCONFIG_OF[0m help SoundWire is a 2-Pin interface with data and clock line ratified by the MIPI Alliance. SoundWire is used for transporting data typically related to audio functions. SoundWire interface is optimized to integrate audio devices in mobile or mobile inspired systems. Say Y to enable this subsystem, N if you do not have such a device if [31mCONFIG_SOUNDWIRE[0m comment "SoundWire Devices" config [31mCONFIG_SOUNDWIRE_CADENCE[0m tristate config [31mCONFIG_SOUNDWIRE_INTEL[0m tristate "Intel SoundWire Master driver" select [31mCONFIG_SOUNDWIRE_CADENCE[0m depends on [31mCONFIG_X86[0m && [31mCONFIG_ACPI[0m && [31mCONFIG_SND_SOC[0m help SoundWire Intel Master driver. If you have an Intel platform which has a SoundWire Master then enable this config option to get the SoundWire support for that device. endif |