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:
parent
df106a1708
commit
33228f516b
11 changed files with 235 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue