[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <169323269352.438100.1553765681221364058.robh@kernel.org>
Date: Mon, 28 Aug 2023 09:26:30 -0500
From: Rob Herring <robh@...nel.org>
To: Rob Herring <robh@...nel.org>
Cc: devicetree@...r.kernel.org, kernel test robot <lkp@...el.com>,
Lizhi Hou <lizhi.hou@....com>,
Frank Rowand <frowand.list@...il.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] of: unittest: Fix of_unittest_pci_node() kconfig
dependencies
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@...el.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202308241954.oRNfVqmB-lkp@intel.com/
> Fixes: 26409dd04589 ("of: unittest: Add pci_dt_testdrv pci driver")
> Cc: Lizhi Hou <lizhi.hou@....com>
> Signed-off-by: Rob Herring <robh@...nel.org>
> ---
> drivers/of/unittest.c | 16 +++++++---------
> 1 file changed, 7 insertions(+), 9 deletions(-)
>
Applied, thanks!
Powered by blists - more mailing lists