Skip to content

Commit

Permalink
lkt: runner: Handle CONFIG_CPUFREQ_DT_PLATDEV=m on older kernels
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Jul 10, 2023
1 parent 535f401 commit 917c159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lkt/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ def _distro_adjustments(self):
'_SOURCE_ETM4X',
'_STM',
]],
# CONFIG_CPUFREQ_DT_PLATDEV as a module is invalid before https://git.kernel.org/linus/3b062a086984d35a3c6d3a1c7841d0aa73aa76af
('CPUFREQ_DT_PLATDEV', 'drivers/cpufreq/Kconfig'),
# CONFIG_CS89x0_PLATFORM as a module is invalid before https://git.kernel.org/linus/47fd22f2b84765a2f7e3f150282497b902624547
('CS89x0_PLATFORM', 'drivers/net/ethernet/cirrus/Kconfig'),
# CONFIG_DRM_GEM_{CMA,SHMEM}_HELPER as modules is invalid before https://git.kernel.org/linus/4b2b5e142ff499a2bef2b8db0272bbda1088a3fe
Expand Down

0 comments on commit 917c159

Please sign in to comment.