forked from mirrors/nixpkgs
Merge pull request #225598 from mweinelt/ipu6-enable-description
nixos/hardware/ipu6: Improve the enable description
This commit is contained in:
commit
6a8140257c
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue