Kconfig (c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2) | Kconfig (8676b3ca4673517650fd509d7fa586aff87b3c28) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# SoundWire subsystem configuration 4# 5 6menuconfig SOUNDWIRE | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# SoundWire subsystem configuration 4# 5 6menuconfig SOUNDWIRE |
7 bool "SoundWire support" | 7 tristate "SoundWire support" |
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 16if SOUNDWIRE 17 18comment "SoundWire Devices" 19 | 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 16if SOUNDWIRE 17 18comment "SoundWire Devices" 19 |
20config SOUNDWIRE_BUS 21 tristate 22 select REGMAP_SOUNDWIRE 23 | |
24config SOUNDWIRE_CADENCE 25 tristate 26 27config SOUNDWIRE_INTEL 28 tristate "Intel SoundWire Master driver" 29 select SOUNDWIRE_CADENCE | 20config SOUNDWIRE_CADENCE 21 tristate 22 23config SOUNDWIRE_INTEL 24 tristate "Intel SoundWire Master driver" 25 select SOUNDWIRE_CADENCE |
30 select SOUNDWIRE_BUS | |
31 depends on X86 && ACPI && SND_SOC 32 help 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 38endif | 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 33endif |