Skip to content

Commit 423ba07

Browse files
committed
lkt: runner: Handle CONFIG_INFINIBAND_HNS_HIP08=m on older kernels
This won't actually allow the driver to be built but it at least squelches a Kconfig warning. Signed-off-by: Nathan Chancellor <[email protected]>
1 parent b9753de commit 423ba07

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lkt/runner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,8 @@ def _distro_adjustments(self):
363363
for val in ('DAVINCI', 'MXC', 'PL061', 'TPS68470')],
364364
# CONFIG_IMX_DSP as a module is invalid before https://git.kernel.org/linus/f52cdcce9197fef9d4a68792dd3b840ad2b77117
365365
('IMX_DSP', 'drivers/firmware/imx/Kconfig'),
366+
# CONFIG_INFINIBAND_HNS_HIP08 as a module is invalid before https://git.kernel.org/linus/8977b561216c7e693d61c6442657e33f134bfeb5
367+
('INFINIBAND_HNS_HIP08', 'drivers/infiniband/hw/hns/Kconfig'),
366368
# CONFIG_KPROBES_SANITY_TEST as a module is invalid before https://git.kernel.org/linus/e44e81c5b90f698025eadceb7eef8661eda117d5
367369
('KPROBES_SANITY_TEST', 'lib/Kconfig.debug'),
368370
# CONFIG_MFD_PALMAS as a module is invalid before https://git.kernel.org/linus/d4b15e447c352ae74b18261bdaf0023fa9a7d1bd

0 commit comments

Comments
 (0)