diff mbox

[U-Boot,v8,05/23] net: Kconfig: Add FEC_MXC entry

Message ID 1477310262-17841-6-git-send-email-jteki@openedev.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Jagan Teki Oct. 24, 2016, 11:57 a.m. UTC
From: Jagan Teki <jagan@amarulasolutions.com>

Added kconfig for FEC_MXC driver.

Cc: Joe Hershberger <joe.hershberger@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Matteo Lisi <matteo.lisi@engicam.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 drivers/net/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Markus Niebel Oct. 26, 2016, 5:16 p.m. UTC | #1
Hello

Am Montag, den 24.10.2016, 17:27 +0530 schrieb Jagan Teki:
> From: Jagan Teki <jagan@amarulasolutions.com>
> 
> Added kconfig for FEC_MXC driver.
> 
> Cc: Joe Hershberger <joe.hershberger@gmail.com>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Fabio Estevam <fabio.estevam@nxp.com>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Peng Fan <peng.fan@nxp.com>
> Cc: Matteo Lisi <matteo.lisi@engicam.com>
> Cc: Michael Trimarchi <michael@amarulasolutions.com>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> ---
>  drivers/net/Kconfig | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index 302c005..7b9961d 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kconfig
> @@ -129,6 +129,13 @@ config ETHOC
>  	help
>  	  This MAC is present in OpenRISC and Xtensa XTFPGA boards.
>  
> +config FEC_MXC
> +	bool "FEC Ethernet controller"
afaik this deriver is also used on i.MX53 / i.MX7 and others
> +	depends on MX6
> +	help
this IP-core supports 1GBit at least for i.MX6QDL and i.MX7
> +	  This driver supports the 10/100 Fast Ethernet controller for
> +	  NXP i.MX processors.
> +
>  config MVPP2
>  	bool "Marvell Armada 375 network interface support"
>  	depends on ARMADA_375

Markus
Jagan Teki Oct. 26, 2016, 6:04 p.m. UTC | #2
On Wed, Oct 26, 2016 at 10:46 PM, Markus Niebel <niebelm@tqsc.de> wrote:
> Hello
>
> Am Montag, den 24.10.2016, 17:27 +0530 schrieb Jagan Teki:
>> From: Jagan Teki <jagan@amarulasolutions.com>
>>
>> Added kconfig for FEC_MXC driver.
>>
>> Cc: Joe Hershberger <joe.hershberger@gmail.com>
>> Cc: Simon Glass <sjg@chromium.org>
>> Cc: Fabio Estevam <fabio.estevam@nxp.com>
>> Cc: Stefano Babic <sbabic@denx.de>
>> Cc: Peng Fan <peng.fan@nxp.com>
>> Cc: Matteo Lisi <matteo.lisi@engicam.com>
>> Cc: Michael Trimarchi <michael@amarulasolutions.com>
>> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
>> ---
>>  drivers/net/Kconfig | 7 +++++++
>>  1 file changed, 7 insertions(+)
>>
>> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
>> index 302c005..7b9961d 100644
>> --- a/drivers/net/Kconfig
>> +++ b/drivers/net/Kconfig
>> @@ -129,6 +129,13 @@ config ETHOC
>>       help
>>         This MAC is present in OpenRISC and Xtensa XTFPGA boards.
>>
>> +config FEC_MXC
>> +     bool "FEC Ethernet controller"
> afaik this deriver is also used on i.MX53 / i.MX7 and others

Same comment as "[PATCH v8 01/23] serial: Kconfig: Add MXC_UART entry"

>> +     depends on MX6
>> +     help
> this IP-core supports 1GBit at least for i.MX6QDL and i.MX7

Thought it is but, I tested 100Mbps till now. Will update in future
once I get the data.

thanks!
diff mbox

Patch

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 302c005..7b9961d 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -129,6 +129,13 @@  config ETHOC
 	help
 	  This MAC is present in OpenRISC and Xtensa XTFPGA boards.
 
+config FEC_MXC
+	bool "FEC Ethernet controller"
+	depends on MX6
+	help
+	  This driver supports the 10/100 Fast Ethernet controller for
+	  NXP i.MX processors.
+
 config MVPP2
 	bool "Marvell Armada 375 network interface support"
 	depends on ARMADA_375