18 lines
418 B
YAML
18 lines
418 B
YAML
|
---
|
||
|
argument_specs:
|
||
|
main:
|
||
|
options:
|
||
|
hifiberry__device:
|
||
|
description: Which HiFiBerry board to enable
|
||
|
type: str
|
||
|
choices:
|
||
|
- hifiberry-dac
|
||
|
- hifiberry-dacplus
|
||
|
- hifiberry-dacplushd
|
||
|
- hifiberry-dacplusadc
|
||
|
- hifiberry-dacplusadcpro
|
||
|
- hifiberry-digi
|
||
|
- hifiberry-digi-pro
|
||
|
- hifiberry-amp
|
||
|
required: true
|