This commit is contained in:
Andrew Kidd 2025-01-02 14:35:50 +00:00
parent 25f66f23ad
commit aa45a857ec

View file

@ -110,7 +110,7 @@ in
dt-overlays = lib.mkOption { dt-overlays = lib.mkOption {
type = with lib.types; attrsOf (submodule dt-overlay); type = with lib.types; attrsOf (submodule dt-overlay);
default = { }; default = { };
example = { vc4-kms-v3d = { cma-256 = { enable = true; }; }; }; example = { vc4-fkms-v3d = { cma-256 = { enable = true; }; }; };
description = "dtb overlays to apply"; description = "dtb overlays to apply";
}; };
}; };