1# 2# SoundWire subsystem configuration 3# 4 5menuconfig 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 15if SOUNDWIRE 16 17comment "SoundWire Devices" 18 19config SOUNDWIRE_BUS 20 tristate 21 22endif 23