Re: [PATCH v5 3/6] can: ctucanfd: add support for CTU CAN FD open-source IP core - bus independent part.
From: Randy Dunlap <hidden>
Date: 2020-08-15 23:25:58
Also in:
linux-can, lkml, netdev
From: Randy Dunlap <hidden>
Date: 2020-08-15 23:25:58
Also in:
linux-can, lkml, netdev
On 8/15/20 12:43 PM, Pavel Pisa wrote:
diff --git a/drivers/net/can/ctucanfd/Kconfig b/drivers/net/can/ctucanfd/Kconfig new file mode 100644 index 000000000000..d8da44d7f926 --- /dev/null +++ b/drivers/net/can/ctucanfd/Kconfig@@ -0,0 +1,15 @@ +config CAN_CTUCANFD + tristate "CTU CAN-FD IP core" + help + This driver adds support for the CTU CAN FD open-source IP core. + More documentation and core sources at project page + (https://gitlab.fel.cvut.cz/canbus/ctucanfd_ip_core). + The core integration to Xilinx Zynq system as platform driver + is available (https://gitlab.fel.cvut.cz/canbus/zynq/zynq-can-sja1000-top). + Implementation on Intel FGA based PCI Express board is available
Is that FPGA-based ?
+ from project (https://gitlab.fel.cvut.cz/canbus/pcie-ctu_can_fd). + Guidepost CTU FEE CAN bus projects page http://canbus.pages.fel.cvut.cz/ . + +if CAN_CTUCANFD + +endif
-- ~Randy