diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index 0d0bddb61319..ff9f9079b15d 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -106,6 +106,7 @@ let CHT_WC_PMIC_OPREGION = whenAtLeast "5.10" yes; INTEL_SOC_PMIC_CHTDC_TI = whenAtLeast "5.10" yes; CHT_DC_TI_PMIC_OPREGION = whenAtLeast "5.10" yes; + MFD_TPS68470 = whenBetween "5.10" "5.13" yes; TPS68470_PMIC_OPREGION = whenAtLeast "5.10" yes; };