dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Jan Beulich 2012-09-10 13:03:00 +01:00 committed by Bjorn Helgaas
parent b161dabc3d
commit 67de07a77e
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#
config ARCH_SUPPORTS_MSI
bool
default n
config PCI_MSI
bool "Message Signaled Interrupts (MSI and MSI-X)"