From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: mxs: Select FEC driver
Date: Tue, 29 Nov 2011 20:33:04 +0100 [thread overview]
Message-ID: <20111129193304.GP17668@pengutronix.de> (raw)
In-Reply-To: <1322592607-22834-1-git-send-email-fabio.estevam@freescale.com>
On Tue, Nov 29, 2011 at 04:50:07PM -0200, Fabio Estevam wrote:
> Let the FEC driver be built by default.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> arch/arm/configs/mxs_defconfig | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig
> index 6ee781b..f99bcfc 100644
> --- a/arch/arm/configs/mxs_defconfig
> +++ b/arch/arm/configs/mxs_defconfig
> @@ -59,6 +59,8 @@ CONFIG_DEVTMPFS=y
> # CONFIG_BLK_DEV is not set
> CONFIG_NETDEVICES=y
> CONFIG_NET_ETHERNET=y
> +CONFIG_NET_VENDOR_FREESCALE=y
> +CONFIG_FEC=y
I'd prefer to add
default y
or maybe
default y if SOME_SENSIBLE_OPTION
to NET_VENDOR_FREESCALE and FEC instead. We already had that, but Shawn
removed it in
230dec6 (net/fec: add imx6q enet support)
(by mistake if I remember an earlier thread here correctly).
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |
next prev parent reply other threads:[~2011-11-29 19:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-29 18:50 [PATCH] ARM: mxs: Select FEC driver Fabio Estevam
2011-11-29 19:23 ` Marek Vasut
2011-11-29 19:33 ` Uwe Kleine-König [this message]
2011-11-30 8:22 ` Shawn Guo
2011-11-30 9:06 ` Uwe Kleine-König
2011-11-30 13:35 ` Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111129193304.GP17668@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.