Unverified Commit 6a814025 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #225598 from mweinelt/ipu6-enable-description

nixos/hardware/ipu6: Improve the enable description
parents ba1ffb7a 19fa5ab1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ in

  options.hardware.ipu6 = {

    enable = mkEnableOption (lib.mdDoc "ipu6 kernel module");
    enable = mkEnableOption (lib.mdDoc "support for Intel IPU6/MIPI cameras");

    platform = mkOption {
      type = types.enum [ "ipu6" "ipu6ep" ];