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:
parent
8f2e2c0088
commit
24ec8a44d2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue