mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 20:55:32 +00:00
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>
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
#
|
|
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menuconfig AUDIO_TLV320DAC
|
|
bool "TLV320DAC310x DAC support"
|
|
depends on I2C
|
|
help
|
|
Enable TLV320DAC support on the selected board
|