diff options
| author | Asish Bhattacharya <asishb@codeaurora.org> | 2016-08-30 21:44:30 +0530 |
|---|---|---|
| committer | Asish Bhattacharya <asishb@codeaurora.org> | 2016-09-07 11:58:22 +0530 |
| commit | 8702e196da10fdadb987b5d57c6c926e9eadeee5 (patch) | |
| tree | f9ff1fd5912bb06b85a4b1a2aa09824aadfe1509 /drivers/misc | |
| parent | 11d6060fffff4b7e87d1cadb5f65dfc7f74332cc (diff) | |
ASoC: qdsp6v2: Add proper dependency for audio driver
Add qdspv6v2 and snd_soc_compress dependencies for
audio driver to fix compilation issues on msmfalcon_32.
CRs-Fixed: 1061427
Change-Id: Iac276eeec710a11e5feeb6899da121ca6324e19b
Signed-off-by: Asish Bhattacharya <asishb@codeaurora.org>
Diffstat (limited to 'drivers/misc')
| -rw-r--r-- | drivers/misc/qcom/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/qcom/Kconfig b/drivers/misc/qcom/Kconfig index a62297e913d2..9c73960f01ff 100644 --- a/drivers/misc/qcom/Kconfig +++ b/drivers/misc/qcom/Kconfig @@ -1,6 +1,7 @@ config MSM_QDSP6V2_CODECS bool "Audio QDSP6V2 APR support" depends on MSM_SMD + select SND_SOC_QDSP6V2 help Enable Audio codecs with APR IPC protocol support between application processor and QDSP6 for B-family. APR is @@ -9,6 +10,7 @@ config MSM_QDSP6V2_CODECS config MSM_ULTRASOUND bool "QDSP6V2 HW Ultrasound support" + select SND_SOC_QDSP6V2 help Enable HW Ultrasound support in QDSP6V2. QDSP6V2 can support HW encoder & decoder and |
