netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wei Yongjun <weiyongjun@huaweicloud.com>
To: Maciej Fijalkowski <maciej.fijalkowski@intel.com>,
	Joseph CHAMG <josright123@gmail.com>,
	Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: Wei Yongjun <weiyongjun1@huawei.com>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	Simon Horman <simon.horman@corigine.com>,
	Shay Agroskin <shayagr@amazon.com>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Wolfram Sang <wsa+renesas@sang-engineering.com>,
	Nathan Huckleberry <nhuck@google.com>,
	Amit Kumar Mahapatra <amit.kumar-mahapatra@amd.com>,
	Wells Lu <wellslutw@gmail.com>, Leon Romanovsky <leon@kernel.org>,
	Alexandru Tachici <alexandru.tachici@analog.com>,
	Jiawen Wu <jiawenwu@trustnetic.com>,
	netdev@vger.kernel.org
Subject: [PATCH net-next] net: davicom: Make davicom drivers not depends on DM9000
Date: Fri,  7 Apr 2023 09:49:30 +0000	[thread overview]
Message-ID: <20230407094930.2633137-1-weiyongjun@huaweicloud.com> (raw)

From: Wei Yongjun <weiyongjun1@huawei.com>

All davicom drivers build need CONFIG_DM9000 is set, but this dependence
is not correctly since dm9051 can be build as module without dm9000, switch
to using CONFIG_NET_VENDOR_DAVICOM instead.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
---
 drivers/net/ethernet/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/Makefile b/drivers/net/ethernet/Makefile
index 0d872d4efcd1..ee640885964e 100644
--- a/drivers/net/ethernet/Makefile
+++ b/drivers/net/ethernet/Makefile
@@ -32,7 +32,7 @@ obj-$(CONFIG_NET_VENDOR_CIRRUS) += cirrus/
 obj-$(CONFIG_NET_VENDOR_CISCO) += cisco/
 obj-$(CONFIG_NET_VENDOR_CORTINA) += cortina/
 obj-$(CONFIG_CX_ECAT) += ec_bhf.o
-obj-$(CONFIG_DM9000) += davicom/
+obj-$(CONFIG_NET_VENDOR_DAVICOM) += davicom/
 obj-$(CONFIG_DNET) += dnet.o
 obj-$(CONFIG_NET_VENDOR_DEC) += dec/
 obj-$(CONFIG_NET_VENDOR_DLINK) += dlink/
-- 
2.34.1


             reply	other threads:[~2023-04-07  9:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-07  9:49 Wei Yongjun [this message]
2023-04-07 10:36 ` [PATCH net-next] net: davicom: Make davicom drivers not depends on DM9000 Simon Horman
2023-04-11 13:26 ` Paolo Abeni
2023-04-11 15:02   ` Wei Yongjun

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=20230407094930.2633137-1-weiyongjun@huaweicloud.com \
    --to=weiyongjun@huaweicloud.com \
    --cc=alexandru.tachici@analog.com \
    --cc=amit.kumar-mahapatra@amd.com \
    --cc=davem@davemloft.net \
    --cc=dmitry.torokhov@gmail.com \
    --cc=edumazet@google.com \
    --cc=jeffrey.t.kirsher@intel.com \
    --cc=jiawenwu@trustnetic.com \
    --cc=josright123@gmail.com \
    --cc=kuba@kernel.org \
    --cc=leon@kernel.org \
    --cc=maciej.fijalkowski@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=nhuck@google.com \
    --cc=pabeni@redhat.com \
    --cc=shayagr@amazon.com \
    --cc=simon.horman@corigine.com \
    --cc=weiyongjun1@huawei.com \
    --cc=wellslutw@gmail.com \
    --cc=wsa+renesas@sang-engineering.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).