The CONFIG_SYS_EARLY_PCI_INIT symbol is currently not supported
by Kconfig.
Make it a Kconfig symbol so that users could select it via defconfig.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
case of DM PCI-based Ethernet devices, which will not be detected
without having the enumeration performed earlier.
+config SYS_EARLY_PCI_INIT
+ bool "Enumerate PCI buses early during init"
+ depends on PCI
+ help
+ Do early PCI configuration before the eMMC gets initialised,
+ because PCI resources are crucial for eMMC access on some boards.
+
config RESET_PHY_R
bool "Reset ethernet PHY during init"
help