diff options
author | Timur Tabi <timur@codeaurora.org> | 2017-06-21 13:30:43 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-06-23 04:17:19 -0400 |
commit | 23237ef3725de6e4f6f68cf11ae7cb52f8a5d60e (patch) | |
tree | 521f83cfbdb0ccbb542002581186321c1ec6d510 | |
parent | 5526dfc2a79ffccb50140ec08da2d588ba3528a6 (diff) |
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>
-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 | |||
61 | CONFIG_ARCH_ZX=y | 61 | CONFIG_ARCH_ZX=y |
62 | CONFIG_ARCH_ZYNQMP=y | 62 | CONFIG_ARCH_ZYNQMP=y |
63 | CONFIG_PCI=y | 63 | CONFIG_PCI=y |
64 | CONFIG_HOTPLUG_PCI_PCIE=y | ||
64 | CONFIG_PCI_IOV=y | 65 | CONFIG_PCI_IOV=y |
66 | CONFIG_HOTPLUG_PCI=y | ||
67 | CONFIG_HOTPLUG_PCI_ACPI=y | ||
65 | CONFIG_PCI_LAYERSCAPE=y | 68 | CONFIG_PCI_LAYERSCAPE=y |
66 | CONFIG_PCI_HISI=y | 69 | CONFIG_PCI_HISI=y |
67 | CONFIG_PCIE_QCOM=y | 70 | CONFIG_PCIE_QCOM=y |