Skip to content
Snippets Groups Projects
Commit cd24fd31 authored by Alessandro Pecugi's avatar Alessandro Pecugi Committed by Michele Cirinei
Browse files

[KCONFIG] add SYS_EARLY_PCI_INIT to Kconfig

CONFIG_SYS_EARLY_PCI_INIT is referenced in board_r.c, but it's not defined
in any Kconfig. Add it to drivers/pci/Kconfig
parent 91f58814
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,14 @@ config DM_PCI_COMPAT ...@@ -26,6 +26,14 @@ config DM_PCI_COMPAT
measure when porting a board to use driver model for PCI. Once the measure when porting a board to use driver model for PCI. Once the
board is fully supported, this option should be disabled. board is fully supported, this option should be disabled.
config SYS_EARLY_PCI_INIT
bool "Enable early initialization for PCI"
depends on PCI
default n
help
Do early PCI configuration _before_ the flash, sysdata and MMC get
initialised.
config PCI_AARDVARK config PCI_AARDVARK
bool "Enable Aardvark PCIe driver" bool "Enable Aardvark PCIe driver"
default n default n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment