Vinod Koul | 9251345 | 2017-12-14 11:19:33 +0530 | [diff] [blame] | 1 | # |
| 2 | # SoundWire subsystem configuration |
| 3 | # |
| 4 | |
| 5 | menuconfig SOUNDWIRE |
| 6 | bool "SoundWire support" |
| 7 | ---help--- |
| 8 | SoundWire is a 2-Pin interface with data and clock line ratified |
| 9 | by the MIPI Alliance. SoundWire is used for transporting data |
| 10 | typically related to audio functions. SoundWire interface is |
| 11 | optimized to integrate audio devices in mobile or mobile inspired |
| 12 | systems. Say Y to enable this subsystem, N if you do not have such |
| 13 | a device |
| 14 | |
| 15 | if SOUNDWIRE |
| 16 | |
| 17 | comment "SoundWire Devices" |
| 18 | |
| 19 | config SOUNDWIRE_BUS |
| 20 | tristate |
Vinod Koul | 6c49b32 | 2018-01-09 10:30:32 +0530 | [diff] [blame] | 21 | select REGMAP_SOUNDWIRE |
Vinod Koul | 9251345 | 2017-12-14 11:19:33 +0530 | [diff] [blame] | 22 | |
Vinod Koul | 2f52a51 | 2017-12-14 11:19:41 +0530 | [diff] [blame] | 23 | config SOUNDWIRE_CADENCE |
| 24 | tristate |
| 25 | |
Vinod Koul | 71bb8a1 | 2017-12-14 11:19:43 +0530 | [diff] [blame] | 26 | config SOUNDWIRE_INTEL |
| 27 | tristate "Intel SoundWire Master driver" |
| 28 | select SOUNDWIRE_CADENCE |
| 29 | select SOUNDWIRE_BUS |
Vinod Koul | c46302e | 2018-04-26 18:39:05 +0530 | [diff] [blame] | 30 | depends on X86 && ACPI && SND_SOC |
Vinod Koul | 71bb8a1 | 2017-12-14 11:19:43 +0530 | [diff] [blame] | 31 | ---help--- |
| 32 | SoundWire Intel Master driver. |
| 33 | If you have an Intel platform which has a SoundWire Master then |
| 34 | enable this config option to get the SoundWire support for that |
| 35 | device. |
| 36 | |
Vinod Koul | 9251345 | 2017-12-14 11:19:33 +0530 | [diff] [blame] | 37 | endif |