diff options
author | Jan Beulich <JBeulich@suse.com> | 2012-09-10 08:03:00 -0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-09-10 18:49:52 -0400 |
commit | 67de07a77eed3970c39653a0e4d636b46ddfd83a (patch) | |
tree | 2362eae945502fcd980a43a98b405787647d16cd | |
parent | b161dabc3d3004ea56a8d20b0f5ec9bf68e67180 (diff) |
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>
-rw-r--r-- | drivers/pci/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
3 | # | 3 | # |
4 | config ARCH_SUPPORTS_MSI | 4 | config ARCH_SUPPORTS_MSI |
5 | bool | 5 | bool |
6 | default n | ||
7 | 6 | ||
8 | config PCI_MSI | 7 | config PCI_MSI |
9 | bool "Message Signaled Interrupts (MSI and MSI-X)" | 8 | bool "Message Signaled Interrupts (MSI and MSI-X)" |