summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Barnes2010-04-08 18:38:47 +0200
committerJesse Barnes2010-05-11 21:01:10 +0200
commit3196180a54b593838c0b6496e5b524a2f69bb190 (patch)
treed0950d918d26b00c80700363f1851b54f80b5259
parentresource: shared I/O region support (diff)
downloadkernel-qcow2-linux-3196180a54b593838c0b6496e5b524a2f69bb190.tar.gz
kernel-qcow2-linux-3196180a54b593838c0b6496e5b524a2f69bb190.tar.xz
kernel-qcow2-linux-3196180a54b593838c0b6496e5b524a2f69bb190.zip
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>
-rw-r--r--drivers/pci/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 7858a117e80b..34ef70d562b2 100644
--- a/drivers/pci/Kconfig
+++ b/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"