drivers: dac: mcp4728: remove not neccessary DAC guard

It is guarded by the parent so this symbol does not need it.

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
This commit is contained in:
Bartosz Bilas 2022-07-12 16:57:58 +02:00 committed by Fabio Baltieri
commit e5a0c19f0e

View file

@ -4,6 +4,6 @@
config DAC_MCP4728
bool "Microchip MCP4728 DAC driver"
depends on I2C && DAC
depends on I2C
help
Enable driver for the Microchip MCP4728.