pci: Kconfig: Disable PCI enumeration by default

PCI enumeration is not mandatory to enable as static information can be
provided. Plus, it does not integrate yet properly with shared IRQ as
well as setting dedicated IOAPIC paremeter for certain drivers.

Change-Id: I221b2a8a2179993a264e5f3eb93cda0e121d9abe
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2015-10-01 12:39:52 +03:00 committed by Anas Nashif
commit 0f402c10a4

View file

@ -12,7 +12,7 @@ config PCI_ENUMERATION
bool
prompt "Enable PCI device enumeration"
depends on PCI
default y
default n
help
This option enables the PCI enumeration for device drivers.
This might be useful along with PCI_DEBUG to find out which