diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-09-03 12:22:32 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-09-03 12:22:35 +0200 |
commit | 78b7ade94fe3e9508ce45ed7139efde41dd94697 (patch) | |
tree | db6491537770d8e61951ef8de0c404519e67a328 | |
parent | Merge tag 'renesas-arm-defconfig-for-v6.12-tag1' of https://git.kernel.org/pu... (diff) | |
parent | arm64: defconfig: Enable Tegra194 PCIe Endpoint (diff) | |
download | linux-78b7ade94fe3e9508ce45ed7139efde41dd94697.tar.xz linux-78b7ade94fe3e9508ce45ed7139efde41dd94697.zip |
Merge tag 'tegra-for-6.12-arm64-defconfig' of https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/defconfig
arm64: Default configuration changes for v6.12-rc1
This contains a single change to enable the Tegra194 PCIe endpoint
driver by default.
* tag 'tegra-for-6.12-arm64-defconfig' of https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
arm64: defconfig: Enable Tegra194 PCIe Endpoint
Link: https://lore.kernel.org/r/20240830141004.3195210-6-thierry.reding@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-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 9a345ebddb0a..b845208bfc5f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -232,6 +232,7 @@ CONFIG_PCIE_KIRIN=y CONFIG_PCIE_HISI_STB=y CONFIG_PCIE_ARMADA_8K=y CONFIG_PCIE_TEGRA194_HOST=m +CONFIG_PCIE_TEGRA194_EP=m CONFIG_PCIE_QCOM=y CONFIG_PCIE_RCAR_GEN4_HOST=m CONFIG_PCIE_RCAR_GEN4_EP=m |