diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-10-20 23:28:46 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-10-20 23:28:47 +0200 |
commit | ddcb48fa7d60bae6c3f2db7cc84250d33177388d (patch) | |
tree | 93d1a4fdb7a3b75faca9a83edf96e18eef97890c /arch/arm64/configs | |
parent | a307ca926028bc79d12eb2f686f4a557f064f598 (diff) | |
parent | 9606ebc100ef3df5c859397ceddb57426db0ecc6 (diff) | |
download | linux-stable-ddcb48fa7d60bae6c3f2db7cc84250d33177388d.tar.gz linux-stable-ddcb48fa7d60bae6c3f2db7cc84250d33177388d.tar.bz2 linux-stable-ddcb48fa7d60bae6c3f2db7cc84250d33177388d.zip |
Merge tag 'visconti-arm-defconfig-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/iwamatsu/linux-visconti into arm/defconfigs
Visconti defconfig updates for v5.16
- Enable Visconti's PCIe host controller in the ARM64 defconfig
* tag 'visconti-arm-defconfig-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/iwamatsu/linux-visconti:
arm64: defconfig: Visconti: Enable PCIe host controller
Link: https://lore.kernel.org/r/YWoIf4xPoQtLhC3x@toshiba.co.jp
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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 f981e67c2db4..a68b0f7f1cbf 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -234,6 +234,7 @@ CONFIG_PCIE_ARMADA_8K=y CONFIG_PCIE_KIRIN=y CONFIG_PCIE_HISI_STB=y CONFIG_PCIE_TEGRA194_HOST=m +CONFIG_PCIE_VISCONTI_HOST=y CONFIG_PCI_ENDPOINT=y CONFIG_PCI_ENDPOINT_CONFIGFS=y CONFIG_PCI_EPF_TEST=m |