mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-07 12:21:00 +08:00
16 lines
283 B
Plaintext
16 lines
283 B
Plaintext
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
|