{ lib, ... }: let inherit (lib) mkOption types; in { imports = [ ./linux-6.1.x ./linux-6.5.x ./linux-6.6.x ]; options.microsoft-surface.kernelVersion = mkOption { description = "Kernel Version to use (patched for MS Surface)"; type = types.enum [ ]; }; }