diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-19 14:11:34 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-06-16 17:08:50 +0200 |
commit | 4cf28937cac21f90cacc9477e917d90c2d9ff0b3 (patch) | |
tree | 0108acb26ce903b9cc872ad3a7ce7e95e868169c /arch/arm64/configs/defconfig | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) | |
download | lwn-4cf28937cac21f90cacc9477e917d90c2d9ff0b3.tar.gz lwn-4cf28937cac21f90cacc9477e917d90c2d9ff0b3.zip |
arm64: configs: enable PCIe driver for Armada 7K/8K
This patch enables the driver for the PCIe host controller found on
the Marvell Armada 7K/8K ARM64 SoCs.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-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 fd2d74d0491e..2f6787c016d7 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -63,6 +63,7 @@ CONFIG_PCI_XGENE=y CONFIG_PCI_LAYERSCAPE=y CONFIG_PCI_HISI=y CONFIG_PCIE_QCOM=y +CONFIG_PCIE_ARMADA_8K=y CONFIG_ARM64_VA_BITS_48=y CONFIG_SCHED_MC=y CONFIG_PREEMPT=y |