diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2013-07-24 11:36:31 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-07-25 14:11:06 -0600 |
commit | 7cd29f4b22be3c3468871f5240621a32d9bc903a (patch) | |
tree | ac85b85cb83e3b8e7e0c2963f0b5c778f0fd0a86 /arch/powerpc/configs/ppc64e_defconfig | |
parent | 29ed1f29b68a8395d5679b3c4e38352b617b3236 (diff) | |
download | op-kernel-dev-7cd29f4b22be3c3468871f5240621a32d9bc903a.zip op-kernel-dev-7cd29f4b22be3c3468871f5240621a32d9bc903a.tar.gz |
PCI: hotplug: Convert to be builtin only, not modular
Convert CONFIG_HOTPLUG_PCI from tristate to bool. This only affects
the hotplug core; several of the hotplug drivers can still be modules.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
Diffstat (limited to 'arch/powerpc/configs/ppc64e_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64e_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/ppc64e_defconfig b/arch/powerpc/configs/ppc64e_defconfig index 4b20f76..0085dc4 100644 --- a/arch/powerpc/configs/ppc64e_defconfig +++ b/arch/powerpc/configs/ppc64e_defconfig @@ -32,7 +32,7 @@ CONFIG_IRQ_ALL_CPUS=y CONFIG_SPARSEMEM_MANUAL=y CONFIG_PCI_MSI=y CONFIG_PCCARD=y -CONFIG_HOTPLUG_PCI=m +CONFIG_HOTPLUG_PCI=y CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_XFRM_USER=m |