From: Paolo Abeni <pabeni@redhat.com>
To: Tom Rix <trix@redhat.com>,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
steen.hegelund@microchip.com
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] net: lan743x: LAN743X selects FIXED_PHY to resolve a link error
Date: Tue, 28 Feb 2023 12:50:17 +0100 [thread overview]
Message-ID: <192d72313269845fe19d6d8baecbecfb9d184f77.camel@redhat.com> (raw)
In-Reply-To: <20230227130535.2828181-1-trix@redhat.com>
Hello,
On Mon, 2023-02-27 at 08:05 -0500, Tom Rix wrote:
> A rand config causes this link error
> drivers/net/ethernet/microchip/lan743x_main.o: In function `lan743x_netdev_open':
> drivers/net/ethernet/microchip/lan743x_main.c:1512: undefined reference to `fixed_phy_register'
>
> lan743x_netdev_open is controlled by LAN743X
> fixed_phy_register is controlled by FIXED_PHY
>
> and the error happens when
> CONFIG_LAN743X=y
> CONFIG_FIXED_PHY=m
>
> So LAN743X should also select FIXED_PHY
>
> Signed-off-by: Tom Rix <trix@redhat.com>
You are targeting the -net tree, but this lacks a 'Fixes' tag, please
post a new version with such info.
If instead the intended target was net-next (as I think it was agreed
on previous revision) please repost after that net-next re-opens (in
~1w from now).
Thanks,
Paolo
prev parent reply other threads:[~2023-02-28 11:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-27 13:05 [PATCH v2] net: lan743x: LAN743X selects FIXED_PHY to resolve a link error Tom Rix
2023-02-28 11:50 ` Paolo Abeni [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=192d72313269845fe19d6d8baecbecfb9d184f77.camel@redhat.com \
--to=pabeni@redhat.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=steen.hegelund@microchip.com \
--cc=trix@redhat.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).