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:
parent
0a4b248047
commit
e5a0c19f0e
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
||||||
|
|
||||||
config DAC_MCP4728
|
config DAC_MCP4728
|
||||||
bool "Microchip MCP4728 DAC driver"
|
bool "Microchip MCP4728 DAC driver"
|
||||||
depends on I2C && DAC
|
depends on I2C
|
||||||
help
|
help
|
||||||
Enable driver for the Microchip MCP4728.
|
Enable driver for the Microchip MCP4728.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue