Browse Source

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>
Jan Beulich 12 years ago
parent
commit
67de07a77e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/pci/Kconfig

+ 0 - 1
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)"