mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
kernel/common-config: enable TPS68470 driver explicitly for old kernels
This commit is contained in:
parent
3ae20aa58a
commit
d4786b2a7c
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user