Re: [PATCH v2 2/2] net: ti: icssg-prueth: Add ICSSG ethernet driver

From: Randy Dunlap
Date: Tue May 31 2022 - 09:11:49 EST


Hi--

On 5/31/22 02:51, Puranjay Mohan wrote:
> diff --git a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig
> index fb30bc5d56cb..500d0591ad2a 100644
> --- a/drivers/net/ethernet/ti/Kconfig
> +++ b/drivers/net/ethernet/ti/Kconfig
> @@ -182,4 +182,19 @@ config CPMAC
> help
> TI AR7 CPMAC Ethernet support
>
> +config TI_ICSSG_PRUETH
> + tristate "TI Gigabit PRU Ethernet driver"
> + select PHYLIB
> +
> + depends on PRU_REMOTEPROC
> + depends on ARCH_K3 && OF && TI_K3_UDMA_GLUE_LAYER
> + help
> + Support dual Gigabit Ethernet ports over the ICSSG PRU Subsystem

End the sentence above with a period ('.').

> + This subsystem is available starting with the AM65 platform.
> +
> + This driver requires firmware binaries which will run on the PRUs
> + to support the ethernet operation. Currently, it supports Ethernet

Be consistent: ethernet or Ethernet

> + with 1G and 100M link speed.

--
~Randy