From: Jan Beulich Date: Mon, 10 Sep 2012 12:03:00 +0000 (+0100) Subject: PCI: Drop bogus default from ARCH_SUPPORTS_MSI X-Git-Tag: v3.7-rc1~177^2~7^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67de07a77eed3970c39653a0e4d636b46ddfd83a;p=thirdparty%2Flinux.git 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 Signed-off-by: Bjorn Helgaas --- diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 848bfb84c04cc..6d51aa68ec7a6 100644 --- a/drivers/pci/Kconfig +++ b/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)"