blob: c8c80df090d13f36affe45241575b398aa2d7339 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Vinod Koul92513452017-12-14 11:19:33 +05302#
3# SoundWire subsystem configuration
4#
5
6menuconfig SOUNDWIRE
Pierre-Louis Bossart8676b3c2019-07-18 18:02:15 -05007 tristate "SoundWire support"
Michal Suchanek0f8c0f82019-10-03 12:13:55 +02008 depends on ACPI || OF
Pierre-Louis Bossart9d7cd9d2019-05-01 10:57:24 -05009 help
Vinod Koul92513452017-12-14 11:19:33 +053010 SoundWire is a 2-Pin interface with data and clock line ratified
11 by the MIPI Alliance. SoundWire is used for transporting data
12 typically related to audio functions. SoundWire interface is
13 optimized to integrate audio devices in mobile or mobile inspired
14 systems. Say Y to enable this subsystem, N if you do not have such
15 a device
16
17if SOUNDWIRE
18
19comment "SoundWire Devices"
20
Vinod Koul2f52a512017-12-14 11:19:41 +053021config SOUNDWIRE_CADENCE
22 tristate
23
Vinod Koul71bb8a12017-12-14 11:19:43 +053024config SOUNDWIRE_INTEL
25 tristate "Intel SoundWire Master driver"
26 select SOUNDWIRE_CADENCE
Vinod Koulc46302e2018-04-26 18:39:05 +053027 depends on X86 && ACPI && SND_SOC
Vinod Koul92fd75f2019-05-02 16:29:17 +053028 help
Vinod Koul71bb8a12017-12-14 11:19:43 +053029 SoundWire Intel Master driver.
30 If you have an Intel platform which has a SoundWire Master then
31 enable this config option to get the SoundWire support for that
32 device.
33
Vinod Koul92513452017-12-14 11:19:33 +053034endif