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:
parent
3c3a857f79
commit
18a1db193d
4 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue