drivers: dac: Add API for DAC peripherals

DAC (digital to analog converter) peripheral driver with a generic API
suitable for most MCUs (only basic DAC features considered).

Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
Martin Jäger 2020-01-10 10:10:12 +01:00 committed by Carles Cufí
commit 33228f516b
11 changed files with 235 additions and 0 deletions

View file

@ -45,6 +45,8 @@ source "drivers/pinmux/Kconfig"
source "drivers/adc/Kconfig"
source "drivers/dac/Kconfig"
source "drivers/watchdog/Kconfig"
source "drivers/clock_control/Kconfig"