diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-04-08 12:38:47 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-05-11 15:01:10 -0400 |
commit | 3196180a54b593838c0b6496e5b524a2f69bb190 (patch) | |
tree | d0950d918d26b00c80700363f1851b54f80b5259 /drivers/pci | |
parent | 8b6d043b7ee2d1b819dc833d677ea2aead71a0c0 (diff) |
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 | |||
19 | by using the 'pci=nomsi' option. This disables MSI for the | 19 | by using the 'pci=nomsi' option. This disables MSI for the |
20 | entire system. | 20 | entire system. |
21 | 21 | ||
22 | If you don't know what to do here, say N. | 22 | If you don't know what to do here, say Y. |
23 | 23 | ||
24 | config PCI_DEBUG | 24 | config PCI_DEBUG |
25 | bool "PCI Debugging" | 25 | bool "PCI Debugging" |