[PATCH] spl: CONFIG_SPL_PCI_PNP should depend on CONFIG_SPL_PCI

Simon Glass sjg at chromium.org
Mon Jul 24 16:53:32 CEST 2023


On Mon, 24 Jul 2023 at 01:51, Leo Liang <ycliang at andestech.com> wrote:
>
> On Mon, Jul 24, 2023 at 09:03:10AM +0200, Heinrich Schuchardt wrote:
> > CONFIG_SPL_PCI_PNP=y without CONFIG_SPL_PCI=y makes no sense.
> >
> > Move CONFIG_SPL_PCI_PNP to the SPL menu and add the missing dependency.
> >
> > Fixes: 32f5e9e5c1a7 ("nvme: pci: Enable for SPL")
> > Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> > ---
> >  common/spl/Kconfig  | 12 ++++++++++++
> >  drivers/pci/Kconfig | 11 -----------
> >  2 files changed, 12 insertions(+), 11 deletions(-)
>
> Reviewed-by: Leo Yu-Chi Liang <ycliang at andestech.com>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list