diff options
author | Dongdong Liu | 2018-08-30 20:29:32 +0800 |
---|---|---|
committer | Wei Xu | 2018-09-21 14:12:42 +0100 |
commit | 7265b3d9ddaae3dfbda9b1d1436809a6d1b5da7f (patch) | |
tree | c60e19579f92df5f6f37b25b7ec5b4974f5b58a4 /arch/arm64/configs | |
parent | ed0341ebe2ee6038c7c2c572bdf2c1d9c7563dd7 (diff) |
arm64: defconfig: Enable PCIEPORTBUS
PCIe features like AER, Hotplug, PME, DPC depend on PCIEPORTBUS,
so enable PCIEPORTBUS as default.
Signed-off-by: Dongdong Liu <liudongdong3@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index b05dd28db915..ec4b561337f2 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -67,6 +67,7 @@ CONFIG_ARCH_XGENE=y CONFIG_ARCH_ZX=y CONFIG_ARCH_ZYNQMP=y CONFIG_PCI=y +CONFIG_PCIEPORTBUS=y CONFIG_PCI_IOV=y CONFIG_HOTPLUG_PCI=y CONFIG_HOTPLUG_PCI_ACPI=y |