From patchwork Mon Sep 10 12:03:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: drop bogus default from ARCH_SUPPORTS_MSI From: Jan Beulich X-Patchwork-Id: 182861 Message-Id: <504DF314020000780009A2E2@nat28.tlf.novell.com> To: "Jesse Barnes" Cc: Date: Mon, 10 Sep 2012 13:03:00 +0100 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 --- drivers/pci/Kconfig | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 3.6-rc5/drivers/pci/Kconfig +++ 3.6-rc5-kconfig-cleanup-pci/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)"