zephyr/drivers/audio/Kconfig.tlv320dac
Sathish Kuttan 24ec8a44d2 drivers: tlv320dac: add GPIO as Kconfig dependency
Update Kconfig for tlv320dac audio DAC to include GPIO
as a dependency. The codec driver now uses GPIO driver
to control the RESET for the DAC.

Signed-off-by: Sathish Kuttan <sathish.k.kuttan@intel.com>
2019-01-09 12:52:52 -06:00

11 lines
225 B
Text

#
# Copyright (c) 2019 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig AUDIO_TLV320DAC
bool "TLV320DAC310x DAC support"
depends on I2C && GPIO
help
Enable TLV320DAC support on the selected board