2017-09-01 11:22:39 +03:00
|
|
|
config EXAMPLES_DAC
|
2018-09-03 09:29:56 -06:00
|
|
|
tristate "DAC tool"
|
2017-09-01 11:22:39 +03:00
|
|
|
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
|