Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Vinod Koul | 9251345 | 2017-12-14 11:19:33 +0530 | [diff] [blame] | 2 | # |
| 3 | # SoundWire subsystem configuration |
| 4 | # |
| 5 | |
| 6 | menuconfig SOUNDWIRE |
| 7 | bool "SoundWire support" |
Pierre-Louis Bossart | 9d7cd9d | 2019-05-01 10:57:24 -0500 | [diff] [blame] | 8 | help |
Vinod Koul | 9251345 | 2017-12-14 11:19:33 +0530 | [diff] [blame] | 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_BUS |
| 21 | tristate |
Vinod Koul | 6c49b32 | 2018-01-09 10:30:32 +0530 | [diff] [blame] | 22 | select REGMAP_SOUNDWIRE |
Vinod Koul | 9251345 | 2017-12-14 11:19:33 +0530 | [diff] [blame] | 23 | |
Vinod Koul | 2f52a51 | 2017-12-14 11:19:41 +0530 | [diff] [blame] | 24 | config SOUNDWIRE_CADENCE |
| 25 | tristate |
| 26 | |
Vinod Koul | 71bb8a1 | 2017-12-14 11:19:43 +0530 | [diff] [blame] | 27 | config SOUNDWIRE_INTEL |
| 28 | tristate "Intel SoundWire Master driver" |
| 29 | select SOUNDWIRE_CADENCE |
| 30 | select SOUNDWIRE_BUS |
Vinod Koul | c46302e | 2018-04-26 18:39:05 +0530 | [diff] [blame] | 31 | depends on X86 && ACPI && SND_SOC |
Vinod Koul | 92fd75f | 2019-05-02 16:29:17 +0530 | [diff] [blame] | 32 | help |
Vinod Koul | 71bb8a1 | 2017-12-14 11:19:43 +0530 | [diff] [blame] | 33 | SoundWire Intel Master driver. |
| 34 | If you have an Intel platform which has a SoundWire Master then |
| 35 | enable this config option to get the SoundWire support for that |
| 36 | device. |
| 37 | |
Vinod Koul | 9251345 | 2017-12-14 11:19:33 +0530 | [diff] [blame] | 38 | endif |