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>
This commit is contained in:
Sathish Kuttan 2019-01-07 09:13:11 -08:00 committed by Kumar Gala
commit 24ec8a44d2

View file

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