On 8/3/20 11:34 AM, pisa@xxxxxxxxxxxxxxxx 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