diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2013-08-29 13:33:16 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-08-30 02:57:07 -0400 |
commit | 67f43f38eeb34da43b624a29d57b703f4c4844b4 (patch) | |
tree | f38156d87f7bce9e1b32cb8214de0d24447e2dd6 /drivers/pci/hotplug/Kconfig | |
parent | 0944fe3f4a323f436180d39402cae7f9c46ead17 (diff) |
s390/pci/hotplug: convert to be builtin only
Convert s390' pci hotplug to be builtin only, with no module option.
Suggested-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/pci/hotplug/Kconfig')
-rw-r--r-- | drivers/pci/hotplug/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/Kconfig b/drivers/pci/hotplug/Kconfig index d85009de713d..0a648af89531 100644 --- a/drivers/pci/hotplug/Kconfig +++ b/drivers/pci/hotplug/Kconfig | |||
@@ -146,7 +146,7 @@ config HOTPLUG_PCI_SGI | |||
146 | When in doubt, say N. | 146 | When in doubt, say N. |
147 | 147 | ||
148 | config HOTPLUG_PCI_S390 | 148 | config HOTPLUG_PCI_S390 |
149 | tristate "System z PCI Hotplug Support" | 149 | bool "System z PCI Hotplug Support" |
150 | depends on S390 && 64BIT | 150 | depends on S390 && 64BIT |
151 | help | 151 | help |
152 | Say Y here if you want to use the System z PCI Hotplug | 152 | Say Y here if you want to use the System z PCI Hotplug |