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:
@@ -10,7 +10,7 @@ in
|
|||||||
|
|
||||||
options.hardware.ipu6 = {
|
options.hardware.ipu6 = {
|
||||||
|
|
||||||
enable = mkEnableOption (lib.mdDoc "ipu6 kernel module");
|
enable = mkEnableOption (lib.mdDoc "support for Intel IPU6/MIPI cameras");
|
||||||
|
|
||||||
platform = mkOption {
|
platform = mkOption {
|
||||||
type = types.enum [ "ipu6" "ipu6ep" ];
|
type = types.enum [ "ipu6" "ipu6ep" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user