diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-04-08 09:38:47 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-05-11 12:01:10 -0700 |
commit | 3196180a54b593838c0b6496e5b524a2f69bb190 (patch) | |
tree | d0950d918d26b00c80700363f1851b54f80b5259 /drivers/pci | |
parent | 8b6d043b7ee2d1b819dc833d677ea2aead71a0c0 (diff) | |
download | linux-3196180a54b593838c0b6496e5b524a2f69bb190.tar.bz2 |
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>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/Kconfig | 2 |
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" |