diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-05-14 00:01:43 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-05-14 00:01:44 +0200 |
commit | 6d9ac5160daac08c71ac1aa81b5d9869202da38f (patch) | |
tree | d60efda2565ad2d6e1bab7f94d246d2a81ced1eb /arch/arm64 | |
parent | 5258bba832ecff4f383b3c384691b518382e4d33 (diff) | |
parent | 90670f0ef690f9c8712f236e8cf14c156c9a6365 (diff) | |
download | linux-6d9ac5160daac08c71ac1aa81b5d9869202da38f.tar.bz2 |
Merge tag 'tegra-for-5.7-arm64-defconfig-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes
arm64: tegra: Default configuration fixes
This contains a single fix to reenable the Tegra194 PCIe host support by
default that was inadvertently dropped as a result of the host/endpoint
mode support that was added in v5.7-rc1.
* tag 'tegra-for-5.7-arm64-defconfig-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
arm64: defconfig: Re-enable Tegra PCIe host driver
Link: https://lore.kernel.org/r/20200430105700.167199-1-thierry.reding@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 24e534d85045..266ad7b5ce91 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -208,7 +208,7 @@ CONFIG_PCIE_QCOM=y CONFIG_PCIE_ARMADA_8K=y CONFIG_PCIE_KIRIN=y CONFIG_PCIE_HISI_STB=y -CONFIG_PCIE_TEGRA194=m +CONFIG_PCIE_TEGRA194_HOST=m CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_FW_LOADER_USER_HELPER=y |