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:
parent
529ee68ef3
commit
0f402c10a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue