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
|
@ -7,7 +7,7 @@
|
||||||
config DAC_DACX0508
|
config DAC_DACX0508
|
||||||
bool "TI DACx0508 DAC driver"
|
bool "TI DACx0508 DAC driver"
|
||||||
default y
|
default y
|
||||||
depends on SPI
|
select SPI
|
||||||
depends on DT_HAS_TI_DAC60508_ENABLED || DT_HAS_TI_DAC70508_ENABLED || \
|
depends on DT_HAS_TI_DAC60508_ENABLED || DT_HAS_TI_DAC70508_ENABLED || \
|
||||||
DT_HAS_TI_DAC80508_ENABLED
|
DT_HAS_TI_DAC80508_ENABLED
|
||||||
help
|
help
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
config DAC_DACX3608
|
config DAC_DACX3608
|
||||||
bool "TI DACX3608 DAC driver"
|
bool "TI DACX3608 DAC driver"
|
||||||
default y
|
default y
|
||||||
depends on I2C
|
select I2C
|
||||||
depends on DT_HAS_TI_DAC43608_ENABLED || DT_HAS_TI_DAC53608_ENABLED
|
depends on DT_HAS_TI_DAC43608_ENABLED || DT_HAS_TI_DAC53608_ENABLED
|
||||||
help
|
help
|
||||||
Enable the driver for the TI DACX3608.
|
Enable the driver for the TI DACX3608.
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
config DAC_MCP4725
|
config DAC_MCP4725
|
||||||
bool "Microchip MCP4725 DAC driver"
|
bool "Microchip MCP4725 DAC driver"
|
||||||
default y
|
default y
|
||||||
depends on I2C
|
select I2C
|
||||||
depends on DT_HAS_MICROCHIP_MCP4725_ENABLED
|
depends on DT_HAS_MICROCHIP_MCP4725_ENABLED
|
||||||
help
|
help
|
||||||
Enable the driver for the Microchip MCP4725.
|
Enable the driver for the Microchip MCP4725.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
config DAC_MCP4728
|
config DAC_MCP4728
|
||||||
bool "Microchip MCP4728 DAC driver"
|
bool "Microchip MCP4728 DAC driver"
|
||||||
default y
|
default y
|
||||||
depends on I2C
|
select I2C
|
||||||
depends on DT_HAS_MICROCHIP_MCP4728_ENABLED
|
depends on DT_HAS_MICROCHIP_MCP4728_ENABLED
|
||||||
help
|
help
|
||||||
Enable driver for the Microchip MCP4728.
|
Enable driver for the Microchip MCP4728.
|
||||||
|
|
Loading…
Reference in a new issue