summaryrefslogtreecommitdiff
path: root/drivers/soundwire/Kconfig
blob: ef8a351ea5031d0435364facd484453c1e12eeaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# 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