Re: [PATCH v4 4/6] can: ctucanfd: CTU CAN FD open-source IP core - PCI bus support.
From: Randy Dunlap <hidden>
Date: 2020-08-03 19:32:53
Also in:
linux-can, linux-devicetree, lkml
From: Randy Dunlap <hidden>
Date: 2020-08-03 19:32:53
Also in:
linux-can, linux-devicetree, lkml
On 8/3/20 11:34 AM, pisa@cmp.felk.cvut.cz wrote:
diff --git a/drivers/net/can/ctucanfd/Kconfig b/drivers/net/can/ctucanfd/Kconfig index 0620111d57fd..8a5f5d05fa72 100644 --- a/drivers/net/can/ctucanfd/Kconfig +++ b/drivers/net/can/ctucanfd/Kconfig@@ -15,4 +15,13 @@ config CAN_CTUCANFD if CAN_CTUCANFD +config CAN_CTUCANFD_PCI + tristate "CTU CAN-FD IP core PCI/PCIe driver" + depends on PCI + help
"help" should be indented with one tab only (no spaces).
+ This driver adds PCI/PCIe support for CTU CAN-FD IP core. + The project providing FPGA design for Intel EP4CGX15 based DB4CGX15 + PCIe board with PiKRON.com designed transceiver riser shield is available + at https://gitlab.fel.cvut.cz/canbus/pcie-ctu_can_fd .
help text should be indented with one tab + 2 spaces according to Documentation/process/coding-style.rst.
+ endif
thanks. -- ~Randy