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

Commit 7e14ce57 authored by Deva Ramasubramanian's avatar Deva Ramasubramanian Committed by Gerrit - the friendly Code Review server
Browse files

msm: Kconfig: make MSM_QDSP6_APRV2 dependant on MSM_AUDIO_QDSP6V2



Defining MSM_QDSP6_APRV2 without MSM_AUDIO_QDSP6V2 causes linking errors
for other kernel modules as the APR module isn't actually being
compiled.

Change-Id: I2ac5de51c7b3cec6bf1d318b6a3ce7fe52ea4d90
Signed-off-by: default avatarDeva Ramasubramanian <dramasub@codeaurora.org>
parent 8898bef7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -304,9 +304,9 @@ config ARCH_APQ8084
	select MAY_HAVE_SPARSE_IRQ
	select SPARSE_IRQ
	select REGULATOR
	select MSM_QDSP6_APRV2
	select MSM_QDSP6V2_CODECS
	select MSM_AUDIO_QDSP6V2 if SND_SOC
	select MSM_QDSP6_APRV2 if MSM_AUDIO_QDSP6V2
	select MSM_RPM_REGULATOR_SMD
	select ARM_HAS_SG_CHAIN
	select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE