devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Byungho An <bh74.an@samsung.com>
To: 'David Miller' <davem@davemloft.net>
Cc: netdev@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
	devicetree@vger.kernel.org, ks.giri@samsung.com,
	siva.kallam@samsung.com, vipul.pandya@samsung.com,
	ilho215.lee@samsung.com
Subject: RE: [PATCH V8 2/7] net: sxgbe: add basic framework for Samsung 10Gb ethernet driver
Date: Thu, 20 Mar 2014 14:44:51 -0700	[thread overview]
Message-ID: <000001cf4485$a17f3000$e47d9000$@samsung.com> (raw)
In-Reply-To: <20140320.173338.1960242211982744557.davem@davemloft.net>


David Miller <davem@davemloft.net> :
> From: Byungho An <bh74.an@samsung.com>
> Date: Thu, 20 Mar 2014 10:25:59 -0700
> 
> > +config NET_VENDOR_SAMSUNG
> > +	bool "Samsung Ethernet device"
> > +	default y
> > +	depends on HAS_IOMEM && HAS_DMA
> > +	select PHYLIB
> > +	select CRC32
> > +	select PTP_1588_CLOCK
> > +	---help---
> > +	  This is the driver for the SXGBE 10G Ethernet IP block found on
Samsung
> > +	  platforms.
> 
> The vendor sub-section does not necessarily need these select and depends
statements.
> 
> These should be put only in the individual driver entries.
OK.

> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in the
body of a message to majordomo@vger.kernel.org More
> majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2014-03-20 21:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-20 17:25 [PATCH V8 2/7] net: sxgbe: add basic framework for Samsung 10Gb ethernet driver Byungho An
2014-03-20 21:33 ` David Miller
2014-03-20 21:44   ` Byungho An [this message]

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='000001cf4485$a17f3000$e47d9000$@samsung.com' \
    --to=bh74.an@samsung.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=ilho215.lee@samsung.com \
    --cc=ks.giri@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=siva.kallam@samsung.com \
    --cc=vipul.pandya@samsung.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).