drivers: dac: Update Kconfig for 'select I2C/SPI'

* Move to using 'select I2C/SPI' instead of 'depends on'
  (see commit df81fef944 for
   more details)

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-08-11 22:56:46 -05:00 committed by Carles Cufí
parent 3c3a857f79
commit 18a1db193d
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
config DAC_DACX0508
bool "TI DACx0508 DAC driver"
default y
depends on SPI
select SPI
depends on DT_HAS_TI_DAC60508_ENABLED || DT_HAS_TI_DAC70508_ENABLED || \
DT_HAS_TI_DAC80508_ENABLED
help

View file

@ -7,7 +7,7 @@
config DAC_DACX3608
bool "TI DACX3608 DAC driver"
default y
depends on I2C
select I2C
depends on DT_HAS_TI_DAC43608_ENABLED || DT_HAS_TI_DAC53608_ENABLED
help
Enable the driver for the TI DACX3608.

View file

@ -7,7 +7,7 @@
config DAC_MCP4725
bool "Microchip MCP4725 DAC driver"
default y
depends on I2C
select I2C
depends on DT_HAS_MICROCHIP_MCP4725_ENABLED
help
Enable the driver for the Microchip MCP4725.

View file

@ -5,7 +5,7 @@
config DAC_MCP4728
bool "Microchip MCP4728 DAC driver"
default y
depends on I2C
select I2C
depends on DT_HAS_MICROCHIP_MCP4728_ENABLED
help
Enable driver for the Microchip MCP4728.