diff options
Diffstat (limited to 'common/spl')
-rw-r--r-- | common/spl/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index bf53393..b7e316f 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -435,6 +435,15 @@ config SYS_OS_BASE endif # SPL_OS_BOOT +config SPL_PCI_SUPPORT + bool "Support PCI drivers" + depends on SPL + help + Enable support for PCI in SPL. For platforms that need PCI to boot, + or must perform some init using PCI in SPL, this provides the + necessary driver support. This enables the drivers in drivers/pci + as part of an SPL build. + config SPL_POST_MEM_SUPPORT bool "Support POST drivers" depends on SPL |