raspberrypi/4: fix many option rendering

This commit is contained in:
Sandro Jäckel
2025-10-08 15:42:59 +02:00
parent 3441b5242a
commit eb9e8e10ac
14 changed files with 74 additions and 75 deletions

View File

@@ -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.
'';
};