drivers: audio: Add audio support in Kconfig

Added an entry in drivers/Kconfig for audio
Added an entry in drivers/audio/Kconfig for audio codec
Added an Kconfig file in drivers/audio/ for TLV320DAC
Enabled audio coded in Intel S1000 CRB defconfig

Signed-off-by: Sathish Kuttan <sathish.k.kuttan@intel.com>
This commit is contained in:
Sathish Kuttan 2018-07-26 09:22:10 -07:00 committed by Anas Nashif
commit 73c1093229
4 changed files with 64 additions and 0 deletions

View file

@ -83,4 +83,6 @@ source "drivers/can/Kconfig"
source "drivers/modem/Kconfig"
source "drivers/audio/Kconfig"
endmenu