diff mbox

drop bogus default from ARCH_SUPPORTS_MSI

Message ID 504DF314020000780009A2E2@nat28.tlf.novell.com
State Accepted
Headers show

Commit Message

Jan Beulich Sept. 10, 2012, 12:03 p.m. UTC
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>

---
 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
diff mbox

Patch

--- 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)"