[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ec65611a-d52a-459a-af60-6a0b441b0999@lunn.ch>
Date: Mon, 2 Oct 2023 16:52:45 +0200
From: Andrew Lunn <andrew@...n.ch>
To: FUJITA Tomonori <fujita.tomonori@...il.com>
Cc: netdev@...r.kernel.org, rust-for-linux@...r.kernel.org,
miguel.ojeda.sandonis@...il.com
Subject: Re: [PATCH v1 1/3] rust: core abstractions for network PHY drivers
> +//! Networking.
> +
> +#[cfg(CONFIG_PHYLIB)]
I brought this up on the rust for linux list, but did not get a answer
which convinced me.
Have you tried building this with PHYLIB as a kernel module?
My understanding is that at the moment, this binding code is always
built in. So you somehow need to force phylib core to also be builtin.
Or you don't build the binding, and also don't allow a module to use
the binding.
Andrew
Powered by blists - more mailing lists