Message ID | 20230512070510.1873171-4-a-verma1@ti.com |
---|---|
State | New |
Headers | show |
Series | Add support to build pci-j721e as a kernel module | expand |
On 12/05/2023 09:05, Achal Verma wrote: > Enable Cadence PCIe controller and pci-j721e drivers to be built as > kernel modules. Why? IOW, who needs them. Please provide rationale in the commit msg. I am pretty sure I asked for this... Best regards, Krzysztof
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a24609e14d50..a4cf973e0aaa 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -230,9 +230,16 @@ CONFIG_PCIE_HISI_STB=y CONFIG_PCIE_TEGRA194_HOST=m CONFIG_PCIE_VISCONTI_HOST=y CONFIG_PCIE_LAYERSCAPE_GEN4=y +CONFIG_PCIE_CADENCE=m +CONFIG_PCIE_CADENCE_HOST=m +CONFIG_PCIE_CADENCE_EP=m +CONFIG_PCI_J721E=m +CONFIG_PCI_J721E_HOST=m +CONFIG_PCI_J721E_EP=m CONFIG_PCI_ENDPOINT=y CONFIG_PCI_ENDPOINT_CONFIGFS=y CONFIG_PCI_EPF_TEST=m +CONFIG_PCI_EPF_NTB=m CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_FW_LOADER_USER_HELPER=y
Enable Cadence PCIe controller and pci-j721e drivers to be built as kernel modules. Signed-off-by: Achal Verma <a-verma1@ti.com> --- arch/arm64/configs/defconfig | 7 +++++++ 1 file changed, 7 insertions(+)