techpack: audio: Allow ASoC codecs selection through Kconfig

* Not every device may want all the additional codecs from OEM,
  especially on common kernel sources with a lot of codecs

Change-Id: I1521f714c90e74f1f674495bee312e28e55cf87a
This commit is contained in:
Sebastiano Barezzi
2023-11-06 12:57:40 +01:00
committed by Pranav Vashi
parent 7a4330d5c0
commit 28ea507bcb
5 changed files with 11 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
menu "Tech packages"
source "techpack/audio/Kconfig"
source "techpack/data/Kconfig"
endmenu

2
techpack/audio/Kconfig Normal file
View File

@@ -0,0 +1,2 @@
source "techpack/audio/asoc/Kconfig"
source "techpack/audio/dsp/Kconfig"

View File

@@ -0,0 +1 @@
source "techpack/audio/asoc/codecs/Kconfig"

View File

@@ -0,0 +1,3 @@
menu "Qualcomm ASoC additional codecs"
endmenu

View File

@@ -0,0 +1,3 @@
menu "Qualcomm DSP"
endmenu