PCI: Drop bogus default from ARCH_SUPPORTS_MSI
authorJan Beulich <JBeulich@suse.com>
Mon, 10 Sep 2012 12:03:00 +0000 (13:03 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 10 Sep 2012 22:49:52 +0000 (16:49 -0600)
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>
drivers/pci/Kconfig

index 848bfb8..6d51aa6 100644 (file)
@@ -3,7 +3,6 @@
 #
 config ARCH_SUPPORTS_MSI
        bool
-       default n
 
 config PCI_MSI
        bool "Message Signaled Interrupts (MSI and MSI-X)"