aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorJan Beulich <JBeulich@suse.com>2012-09-10 13:03:00 +0100
committerBjorn Helgaas <bhelgaas@google.com>2012-09-10 16:49:52 -0600
commit67de07a77eed3970c39653a0e4d636b46ddfd83a (patch)
tree2362eae945502fcd980a43a98b405787647d16cd /drivers/pci
parentb161dabc3d3004ea56a8d20b0f5ec9bf68e67180 (diff)
PCI: Drop bogus default from ARCH_SUPPORTS_MSI
Options without prompts and without dependencies don't usefully have a default value - they're intended to be selected from other options only. Signed-off-by: Jan Beulich <jbeulich@suse.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 848bfb84c04..6d51aa68ec7 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -3,7 +3,6 @@
#
config ARCH_SUPPORTS_MSI
bool
- default n
config PCI_MSI
bool "Message Signaled Interrupts (MSI and MSI-X)"