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

nixos/hardware/ipu6: Improve the enable description
This commit is contained in:
Martin Weinelt 2023-04-10 19:34:50 +02:00 committed by GitHub
commit 6a8140257c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ];