netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Samsung sxgbe driver - Kconfig issue
@ 2014-03-28 21:20 Valdis Kletnieks
  2014-04-02 23:13 ` [PATCH net-next 1/1] sxgbe: use common NET_VENDOR_FOO style Francois Romieu
  0 siblings, 1 reply; 4+ messages in thread
From: Valdis Kletnieks @ 2014-03-28 21:20 UTC (permalink / raw)
  To: Siva Reddy Kallam, Joe Perches; +Cc: netdev, David S. Miller

[-- Attachment #1: Type: text/plain, Size: 1308 bytes --]

commit 1edb9ca69e8a7988900fc0283e10550b5592164d
Author: Siva Reddy <siva.kallam@samsung.com>
Date:   Tue Mar 25 12:10:54 2014 -0700

    net: sxgbe: add basic framework for Samsung 10Gb ethernet driver

    This patch adds support for Samsung 10Gb ethernet driver(sxgbe).


This commit added the following in the Kconfig file:

config NET_VENDOR_SAMSUNG
        bool "Samsung Ethernet device"
        default y
        ---help---
          This is the driver for the SXGBE 10G Ethernet IP block found on Samsung
          platforms.

Please redo this to match the style of other NET_VENDOR_FOO, and make clear
that it only selects a submenu.  For instance, drivers/net/ethernet/qlogic/Kconfig
says:

config NET_VENDOR_QLOGIC
        bool "QLogic devices"
        default y
        depends on PCI
        ---help---
          If you have a network (Ethernet) card belonging to this class, say Y
          and read the Ethernet-HOWTO, available from
          <http://www.tldp.org/docs.html#howto>.

          Note that the answer to this question doesn't directly affect the
          kernel: saying N will just cause the configurator to skip all
          the questions about QLogic cards. If you say Y, you will be asked for
          your specific card in the following questions.

if NET_VENDOR_QLOGIC




[-- Attachment #2: Type: application/pgp-signature, Size: 848 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-03 18:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-28 21:20 Samsung sxgbe driver - Kconfig issue Valdis Kletnieks
2014-04-02 23:13 ` [PATCH net-next 1/1] sxgbe: use common NET_VENDOR_FOO style Francois Romieu
2014-04-02 23:35   ` Valdis.Kletnieks
2014-04-03 18:54   ` David Miller

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).