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.

Changed files
+1 -1
nixos
modules
hardware
video
webcam
+1 -1
nixos/modules/hardware/video/webcam/ipu6.nix
···
options.hardware.ipu6 = {
-
enable = mkEnableOption (lib.mdDoc "ipu6 kernel module");
platform = mkOption {
type = types.enum [ "ipu6" "ipu6ep" ];
···
options.hardware.ipu6 = {
+
enable = mkEnableOption (lib.mdDoc "support for Intel IPU6/MIPI cameras");
platform = mkOption {
type = types.enum [ "ipu6" "ipu6ep" ];