]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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 848bfb84c04ccb2adfcbb2c53722af1bca0dbb80..6d51aa68ec7a635dc85e7e533d1de8ba0c0674ed 100644 (file)
@@ -3,7 +3,6 @@
 #
 config ARCH_SUPPORTS_MSI
        bool
-       default n
 
 config PCI_MSI
        bool "Message Signaled Interrupts (MSI and MSI-X)"