From: Timur Tabi Date: Wed, 21 Jun 2017 17:30:43 +0000 (-0500) Subject: arm64: defconfig: enable support for PCIe hotplug X-Git-Tag: v4.13-rc1~164^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=23237ef3725de6e4f6f68cf11ae7cb52f8a5d60e;p=karo-tx-linux.git arm64: defconfig: enable support for PCIe hotplug Some ARM64 server systems support PCIe hotplug, so enable the options for that. Signed-off-by: Timur Tabi Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 71d77d2d69e0..41f827393651 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -61,7 +61,10 @@ CONFIG_ARCH_XGENE=y CONFIG_ARCH_ZX=y CONFIG_ARCH_ZYNQMP=y CONFIG_PCI=y +CONFIG_HOTPLUG_PCI_PCIE=y CONFIG_PCI_IOV=y +CONFIG_HOTPLUG_PCI=y +CONFIG_HOTPLUG_PCI_ACPI=y CONFIG_PCI_LAYERSCAPE=y CONFIG_PCI_HISI=y CONFIG_PCIE_QCOM=y