瀏覽代碼

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 13 年之前
父節點
當前提交
67de07a77e
共有 1 個文件被更改,包括 0 次插入1 次删除
  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)"