This adds a new Kconfig option, PCI_STATIC_ENUMERATION, that will be used by upcoming commits. Changes to existing files will key off of this option. Signed-off-by: Jason Tang <jason.tang2@xxxxxxx> --- drivers/pci/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 73de4ef..efebf81 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -118,4 +118,16 @@ config PCI_LABEL def_bool y if (DMI || ACPI) select NLS +config PCI_STATIC_ENUMERATION + bool "PCI static enumeration support" + depends on PCI + help + Say Y here to allow PCI devices to be specifically enumerated + instead of relying upon BIOS to enumerate the devices. This is + useful when hotplugging non-CardBus devices. A static enumeration + option string can be given on the command line to override BIOS + settings. + + If unsure, say N. + source "drivers/pci/host/Kconfig" -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html