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

@@ -10,10 +10,12 @@ in
{
options.hardware = {
raspberry-pi."4".apply-overlays-dtmerge = {
enable = lib.mkEnableOption ''
replace deviceTree.applyOverlays implementation to use dtmerge from libraspberrypi.
this can resolve issues with applying dtbs for the pi.
'';
enable = lib.mkEnableOption "" // {
description = ''
Whether replace deviceTree.applyOverlays implementation to use dtmerge from libraspberrypi.
This can resolve issues with applying dtbs for the pi.
'';
};
};
};