[PATCH v0 03/13] PCI: Add Kconfig option PCI_STATIC_ENUMERATION

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This adds a new Kconfig option that enables PCI static enumeration.
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 7a8f1c5..81ead93 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -114,4 +114,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.
+
+	  When in doubt, say N.
+
 source "drivers/pci/host/Kconfig"
-- 
1.7.9.5

--
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




[Index of Archives]     [DMA Engine]     [Linux Coverity]     [Linux USB]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Greybus]

  Powered by Linux