raspberrypi/4: fix many option rendering
This commit is contained in:
parent
3441b5242a
commit
eb9e8e10ac
14 changed files with 74 additions and 75 deletions
|
|
@ -6,9 +6,7 @@ in
|
|||
{
|
||||
options.hardware = {
|
||||
raspberry-pi."4".pwm0 = {
|
||||
enable = lib.mkEnableOption ''
|
||||
Enable support for the hardware pwm0 channel on GPIO_18
|
||||
'';
|
||||
enable = lib.mkEnableOption "support for the hardware pwm0 channel on GPIO_18";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue