nixos/hardware/ipu6: Improve the enable description

The module is doing much more than just enabling the ipu6 kernel
module, so extending the enable options scope to support for these
camera modules seems a better fit.
This commit is contained in:
Martin Weinelt
2023-04-10 18:27:03 +02:00
parent 884d234dd1
commit 19fa5ab1e6

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