android_kernel_samsung_msm8976/drivers/soundwire/Kconfig
Sudheer Papothi 6c1f428522 soundwire: Initial version of soundwire master
Add soundwire master driver for soundwire master controller.
This driver initializes soundwire master controller
hardware and adds soundwire slave devices to the bus.
It handles all the interrupts generated by soundwire bus.
It also handles the port configuration of slave devices and
master for audio data transfer between master and slave ports.

Change-Id: Icf90e0268853c7b956e4c92f74af8dfb1efa0645
Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
2015-05-01 00:08:01 -07:00

18 lines
390 B
Plaintext

#
# 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