On Thu, 24 Aug 2023 17:17:34 -0500, Rob Herring wrote: > of_unittest_pci_node test depends on both CONFIG_PCI_DYNAMIC_OF_NODES > and CONFIG_OF_OVERLAY. Move the test into the existing > CONFIG_OF_OVERLAY ifdef and rework the CONFIG_PCI_DYNAMIC_OF_NODES > dependency to use IS_ENABLED() instead. This reduces the combinations to > build. > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Closes: https://lore.kernel.org/oe-kbuild-all/202308241954.oRNfVqmB-lkp@xxxxxxxxx/ > Fixes: 26409dd04589 ("of: unittest: Add pci_dt_testdrv pci driver") > Cc: Lizhi Hou <lizhi.hou@xxxxxxx> > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > --- > drivers/of/unittest.c | 16 +++++++--------- > 1 file changed, 7 insertions(+), 9 deletions(-) > Applied, thanks!