You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
283 B
15 lines
283 B
config EXAMPLES_DAC
|
|
tristate "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
|
|
|