Browse Source

PCI: change PCI_MSI help text to recommend enabling

Most current machines have no problem with this, and in fact many devices and
features work best (or only!) with MSI.

Reported-by: Petteri Räty <betelgeuse@gentoo.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Jesse Barnes 15 years ago
parent
commit
3196180a54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/pci/Kconfig

+ 1 - 1
drivers/pci/Kconfig

@@ -19,7 +19,7 @@ config PCI_MSI
 	   by using the 'pci=nomsi' option.  This disables MSI for the
 	   entire system.
 
-	   If you don't know what to do here, say N.
+	   If you don't know what to do here, say Y.
 
 config PCI_DEBUG
 	bool "PCI Debugging"