GNU Linux-libre 4.19.211-gnu1
[releases.git] / drivers / soundwire / Kconfig
1 #
2 # SoundWire subsystem configuration
3 #
4
5 menuconfig SOUNDWIRE
6         tristate "SoundWire support"
7         depends on ACPI
8         help
9           SoundWire is a 2-Pin interface with data and clock line ratified
10           by the MIPI Alliance. SoundWire is used for transporting data
11           typically related to audio functions. SoundWire interface is
12           optimized to integrate audio devices in mobile or mobile inspired
13           systems. Say Y to enable this subsystem, N if you do not have such
14           a device
15
16 if SOUNDWIRE
17
18 comment "SoundWire Devices"
19
20 config SOUNDWIRE_CADENCE
21         tristate
22
23 config SOUNDWIRE_INTEL
24         tristate "Intel SoundWire Master driver"
25         select SOUNDWIRE_CADENCE
26         depends on X86 && ACPI && SND_SOC
27         ---help---
28           SoundWire Intel Master driver.
29           If you have an Intel platform which has a SoundWire Master then
30           enable this config option to get the SoundWire support for that
31           device.
32
33 endif