blob: 02f4ca70a8164c0aac75d85e8173e08083e36019 [file] [log] [blame]
config EXAMPLES_DAC
bool "DAC tool"
default n
depends on DAC
---help---
Enable support for the DAC tool.
if EXAMPLES_DAC
config EXAMPLES_DAC_DEVPATH
string "DAC device path"
default "/dev/dac0"
---help---
The default path to the DAC device. Default: /dev/dac0
endif