mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 09:58:47 +08:00
raspberrypi/4: fix many option rendering
This commit is contained in:
@@ -6,15 +6,13 @@ in
|
||||
{
|
||||
options.hardware = {
|
||||
raspberry-pi."4".digi-amp-plus = {
|
||||
enable = lib.mkEnableOption ''
|
||||
support for the IQaudIO DigiAMP+ Hat.
|
||||
'';
|
||||
enable = lib.mkEnableOption "support for the IQaudIO DigiAMP+ Hat";
|
||||
|
||||
unmuteAmp = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
"one-shot" unmute when kernel module first loads.
|
||||
Whether to "one-shot" unmute when kernel module first loads.
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user