[PATCH v2 3/3] net/fec: add imx6q enet support
Fabio Estevam
festevam at gmail.com
Wed Sep 21 07:07:42 EDT 2011
On Wed, Sep 21, 2011 at 8:10 AM, Shawn Guo <shawn.guo at linaro.org> wrote:
...
> diff --git a/drivers/net/ethernet/freescale/Kconfig b/drivers/net/ethernet/freescale/Kconfig
> index 4dbe41f..1cf6716 100644
> --- a/drivers/net/ethernet/freescale/Kconfig
> +++ b/drivers/net/ethernet/freescale/Kconfig
> @@ -7,7 +7,7 @@ config NET_VENDOR_FREESCALE
> default y
> depends on FSL_SOC || QUICC_ENGINE || CPM1 || CPM2 || PPC_MPC512x || \
> M523x || M527x || M5272 || M528x || M520x || M532x || \
> - IMX_HAVE_PLATFORM_FEC || MXS_HAVE_PLATFORM_FEC || \
> + ARCH_MXC || ARCH_MXS || \
Do you need to get rid of IMX_HAVE_PLATFORM_FEC and MXS_HAVE_PLATFORM_FEC?
By doing that you are selecting FEC for SoCs that don´t have this
module such as MX1/MX21/MX31.
Regards,
Fabio Estevan
More information about the linux-arm-kernel
mailing list