diff options
| author | Tom Rini <[email protected]> | 2023-07-30 17:14:22 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-30 17:14:22 -0400 |
| commit | 6aab91a8daf298e22f1dcf7937bc3dd09a29bb08 (patch) | |
| tree | 772d0829c3ec68135a399efb229b29f964fc920b /drivers | |
| parent | a36d59ba99a19c777d896d4c70e75975654e2831 (diff) | |
| parent | 7d4c8cfe2547596d07c51b2f38cde8d4c75f17fc (diff) | |
Merge tag 'spl-2023-10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for spl-2023-10-rc2
SPL:
* use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME when booting from NVMe
* initialize PCI before booting
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/pci/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index aca439d9213..93e6f500000 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -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. |
