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í
commit 18a1db193d
4 changed files with 4 additions and 4 deletions

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.