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>
11 lines
225 B
Text
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
|