android_kernel_samsung_hero.../drivers/soundwire/Kconfig

18 lines
390 B
Text
Raw Normal View History

2016-08-17 10:41:52 +02:00
#
# 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