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: firefly_0821_release~3680^2~1981^2~7^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=67de07a77eed3970c39653a0e4d636b46ddfd83a;p=firefly-linux-kernel-4.4.55.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 848bfb84c04c..6d51aa68ec7a 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)"