Skip to content
Snippets Groups Projects
Commit 69fd2d3b authored by Andrew Sharp's avatar Andrew Sharp Committed by Wolfgang Denk
Browse files

pci: add CONFIG_PCI_ENUM_ONLY for platforms that don't need PCI setup done


Introduce CONFIG_PCI_ENUM_ONLY variable for platforms that just want a
quick enumberation of the PCI devices, but don't need any setup work done.
This is very beneficial on platforms that have u-boot loaded by another
boot loader which does a more sophisticated job of setup of PCI devices
than u-boot.  That way, u-boot can just read what's there and get on
with life.  This is what SeaBIOS does.

Signed-off-by: default avatarAndrew Sharp <andywyse6@gmail.com>
parent 98c397a6
No related branches found
No related tags found
Loading
Loading
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