]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: CONFIG_SPL_PCI_PNP should depend on CONFIG_SPL_PCI
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 24 Jul 2023 19:27:26 +0000 (21:27 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 30 Jul 2023 16:52:30 +0000 (18:52 +0200)
commit8d2c311ce64939fe829037e4ef7951c3fafaee06
tree981c317db55e4519fa427e78c8b15698b359b202
parentd62e7b8059847a06bc0f2222643425bff775320b
spl: CONFIG_SPL_PCI_PNP should depend on CONFIG_SPL_PCI

CONFIG_SPL_PCI_PNP=y without CONFIG_SPL_PCI=y makes no sense.

Fixes: 32f5e9e5c1a7 ("nvme: pci: Enable for SPL")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/pci/Kconfig