Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76c004c8 authored by Banajit Goswami's avatar Banajit Goswami
Browse files

soundwire: Add dependency on WCD934X codec for slave



WCD934x codecs have soundwire master controller and can
connect to devices with soundwire slave. Hence, add a
dependency on WCD934x codec, so that the slave code can
be selected for compilation.

Change-Id: Ied3288a330b96205c253c641a2a73df35a7355fb
Signed-off-by: default avatarBanajit Goswami <bgoswami@codeaurora.org>
parent 9c14a362
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ menuconfig SOUNDWIRE

if SOUNDWIRE
config SOUNDWIRE_WCD_CTRL
	depends on WCD9335_CODEC
	depends on WCD9335_CODEC || WCD934X_CODEC
	tristate "QTI WCD CODEC Soundwire controller"
	default n
	help