David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | # |
| 3 | # SoundWire subsystem configuration |
| 4 | # |
| 5 | |
| 6 | menuconfig SOUNDWIRE |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 7 | tristate "SoundWire support" |
| 8 | depends on ACPI || OF |
| 9 | help |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 10 | 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 | |
| 17 | if SOUNDWIRE |
| 18 | |
| 19 | comment "SoundWire Devices" |
| 20 | |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 21 | config SOUNDWIRE_CADENCE |
| 22 | tristate |
| 23 | |
| 24 | config SOUNDWIRE_INTEL |
| 25 | tristate "Intel SoundWire Master driver" |
| 26 | select SOUNDWIRE_CADENCE |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 27 | depends on X86 && ACPI && SND_SOC |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 28 | help |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 29 | 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 | |
| 34 | endif |