diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-10-30 12:36:47 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-10-30 12:36:47 +0300 |
commit | 17a8045ba32b48c69ff82336e556c344c05ed012 (patch) | |
tree | bf5e7d180cdef2ad98a21e8ceaa37178cc7cf029 /arch | |
parent | 84d711caed82ef0cb323b27565b7a8bf54f6550d (diff) | |
parent | a9e6753c1c92ae7d2c0c99b420c5c7dd5ebfc37d (diff) | |
download | linux-17a8045ba32b48c69ff82336e556c344c05ed012.tar.xz |
Merge tag 'tegra-for-4.15-arm64-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/soc
Pull "arm64: tegra: Default configuration updates for v4.15-rc1" from Thierry Reding:
This enables the PCI host controller on 64-bit ARM. It is supported and
enabled via device tree on Tegra210 and Tegra186.
* tag 'tegra-for-4.15-arm64-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
arm64: defconfig: Enable Tegra PCI controller
Diffstat (limited to 'arch')
-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 94b14ee48c6d..7824e8d71315 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -74,6 +74,7 @@ CONFIG_PCIE_QCOM=y CONFIG_PCIE_KIRIN=y CONFIG_PCIE_ARMADA_8K=y CONFIG_PCI_AARDVARK=y +CONFIG_PCI_TEGRA=y CONFIG_PCIE_RCAR=y CONFIG_PCIE_ROCKCHIP=m CONFIG_PCI_HOST_GENERIC=y |