From 23237ef3725de6e4f6f68cf11ae7cb52f8a5d60e Mon Sep 17 00:00:00 2001 From: Timur Tabi Date: Wed, 21 Jun 2017 12:30:43 -0500 Subject: 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 --- arch/arm64/configs/defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm64/configs') 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 -- cgit v1.2.3-59-g8ed1b