android_kernel_oneplus_msm8998/drivers/soundwire/Kconfig
Sudheer Papothi 03f5d7efe2 ASoC: wcd: Add Audio codec drivers for MSM targets
Add snapshot of audio codec drivers for MSM targets. The
code is migrated from msm-3.18 kernel at the below commit/AU level-

AU_LINUX_ANDROID_LA.HB.1.3.1.06.00.00.187.056
(e70ad0cd5efdd9dc91a77dcdac31d6132e1315c1)
(Promotion of kernel.lnx.3.18-151201.)

Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
2016-03-23 20:11:28 -07:00

17 lines
390 B
Text
Executable file

#
# SOUNDWIRE driver configuration
#
menuconfig SOUNDWIRE
bool "Soundwire support"
help
Soundwire is a two wire interface for audio to connect
simple peripheral components in mobile devices.
if SOUNDWIRE
config SOUNDWIRE_WCD_CTRL
depends on WCD9335_CODEC
tristate "QTI WCD CODEC Soundwire controller"
default n
help
Select driver for QTI's Soundwire Master Component.
endif