From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Jean Delvare <jdelvare@suse.de>, <netdev@vger.kernel.org>
Cc: "David S. Miller" <davem@davemloft.net>,
Michal Simek <monstr@monstr.eu>, Mark Brown <broonie@kernel.org>
Subject: Re: [PATCH] net: cadence: Fix architecture dependencies
Date: Wed, 23 Apr 2014 17:06:12 +0200 [thread overview]
Message-ID: <5357D6E4.1030400@atmel.com> (raw)
In-Reply-To: <20140423104012.68f60014@endymion.delvare>
On 23/04/2014 10:40, Jean Delvare :
> I was told that the Cadence macb driver is also useful on Microblaze.
>
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
then:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> Cc: David S. Miller <davem@davemloft.net>
> Cc: Michal Simek <monstr@monstr.eu>
> Cc: Mark Brown <broonie@kernel.org>
> ---
> drivers/net/ethernet/cadence/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> --- linux-3.15-rc2.orig/drivers/net/ethernet/cadence/Kconfig 2014-04-22 14:20:30.727102543 +0200
> +++ linux-3.15-rc2/drivers/net/ethernet/cadence/Kconfig 2014-04-23 10:34:44.300548144 +0200
> @@ -4,7 +4,7 @@
>
> config NET_CADENCE
> bool "Cadence devices"
> - depends on HAS_IOMEM && (ARM || AVR32 || COMPILE_TEST)
> + depends on HAS_IOMEM && (ARM || AVR32 || MICROBLAZE || COMPILE_TEST)
> default y
> ---help---
> If you have a network (Ethernet) card belonging to this class, say Y.
> @@ -30,7 +30,7 @@ config ARM_AT91_ETHER
>
> config MACB
> tristate "Cadence MACB/GEM support"
> - depends on HAS_DMA && (PLATFORM_AT32AP || ARCH_AT91 || ARCH_PICOXCELL || ARCH_ZYNQ || COMPILE_TEST)
> + depends on HAS_DMA && (PLATFORM_AT32AP || ARCH_AT91 || ARCH_PICOXCELL || ARCH_ZYNQ || MICROBLAZE || COMPILE_TEST)
> select PHYLIB
> ---help---
> The Cadence MACB ethernet interface is found on many Atmel AT32 and
>
>
--
Nicolas Ferre
next prev parent reply other threads:[~2014-04-23 15:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-23 8:40 [PATCH] net: cadence: Fix architecture dependencies Jean Delvare
2014-04-23 15:06 ` Nicolas Ferre [this message]
2014-04-24 17:23 ` David Miller
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=5357D6E4.1030400@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=broonie@kernel.org \
--cc=davem@davemloft.net \
--cc=jdelvare@suse.de \
--cc=monstr@monstr.eu \
--cc=netdev@vger.kernel.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.