Skip to content

Commit

Permalink
lkt: runner: Handle CONFIG_MTK_MMSYS=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 Jun 14, 2023
1 parent 9dff802 commit 099d4e0
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 @@ -236,6 +236,8 @@ def _distro_adjustments(self):
('KPROBES_SANITY_TEST', 'lib/Kconfig.debug'),
# CONFIG_MFD_PALMAS as a module is invalid before https://git.kernel.org/linus/d4b15e447c352ae74b18261bdaf0023fa9a7d1bd
('MFD_PALMAS', 'drivers/mfd/Kconfig'),
# CONFIG_MTK_MMSYS as a module is invalid before https://git.kernel.org/linus/a7596e62dac7318456c1aa9af5bfccf0f8e6ad7e
('MTK_MMSYS', 'drivers/soc/mediatek/Kconfig'),
# CONFIG_PCI_DRA7XX{,_HOST,_EP} as modules is invalid before https://git.kernel.org/linus/3b868d150efd3c586762cee4410cfc75f46d2a07
# CONFIG_PCI_EXYNOS as a module is invalid before https://git.kernel.org/linus/778f7c194b1dac351d345ce723f8747026092949
# CONFIG_PCI_MESON as a module is invalid before https://git.kernel.org/linus/a98d2187efd9e6d554efb50e3ed3a2983d340fe5
Expand Down

0 comments on commit 099d4e0

Please sign in to comment.