Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions drivers/dac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ source "drivers/dac/Kconfig.dacx3608"

source "drivers/dac/Kconfig.ltc166x"

source "drivers/dac/Kconfig.ltc268x"

source "drivers/dac/Kconfig.mcp4725"

source "drivers/dac/Kconfig.mcp4728"
Expand Down
16 changes: 16 additions & 0 deletions drivers/dac/Kconfig.dac_ltc268x
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
config DAC_LTC268X
bool
prompt "LTC-268X: 16-channel, 12 or 16-bit DAC"
default n
help
This option enables support for the LTC-268X DAC

if DAC_LTC268X

config DAC_LTC268X_INIT_PRIORITY
int "Init priority"
default 80
help
LTC 268x DAC device driver initialization priority.

endif # DAC_LTC268X
Loading