From e5a0c19f0e0dd78dfce88c40df40caaf98e14742 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Tue, 12 Jul 2022 16:57:58 +0200 Subject: [PATCH] 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 --- drivers/dac/Kconfig.mcp4728 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dac/Kconfig.mcp4728 b/drivers/dac/Kconfig.mcp4728 index 1642a8fcee2..260bf588b7d 100644 --- a/drivers/dac/Kconfig.mcp4728 +++ b/drivers/dac/Kconfig.mcp4728 @@ -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.