diff options
author | Timur Tabi <timur@codeaurora.org> | 2017-06-21 19:30:43 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-06-23 10:17:19 +0200 |
commit | 23237ef3725de6e4f6f68cf11ae7cb52f8a5d60e (patch) | |
tree | 521f83cfbdb0ccbb542002581186321c1ec6d510 /arch/arm64/configs/defconfig | |
parent | arm64: defconfig: enable EFI_CAPSULE_LOADER (diff) | |
download | linux-23237ef3725de6e4f6f68cf11ae7cb52f8a5d60e.tar.xz linux-23237ef3725de6e4f6f68cf11ae7cb52f8a5d60e.zip |
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 <timur@codeaurora.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-rw-r--r-- | arch/arm64/configs/defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |