diff options
| author | Arnd Bergmann <[email protected]> | 2024-09-03 10:22:32 +0000 |
|---|---|---|
| committer | Arnd Bergmann <[email protected]> | 2024-09-03 10:22:35 +0000 |
| commit | 78b7ade94fe3e9508ce45ed7139efde41dd94697 (patch) | |
| tree | db6491537770d8e61951ef8de0c404519e67a328 | |
| parent | a9e8c7dbb9b91cd5492bc464ae717c045ab1ae82 (diff) | |
| parent | 12803ded10b88b376026c544f1ebce62c44d64e0 (diff) | |
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/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
| -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 |