mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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: 32f5e9e5c1
("nvme: pci: Enable for SPL")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
d62e7b8059
commit
8d2c311ce6
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ config PCI_PNP
|
|||
Enable PCI memory and I/O space resource allocation and assignment.
|
||||
|
||||
config SPL_PCI_PNP
|
||||
bool "Enable Plug & Play support for PCI"
|
||||
bool "Enable Plug & Play support for PCI in SPL"
|
||||
depends on SPL_PCI
|
||||
help
|
||||
Enable PCI memory and I/O space resource allocation and assignment.
|
||||
|
||||
|
|
Loading…
Reference in a new issue