Re: [PATCH v1 1/3] rust: core abstractions for network PHY drivers
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-10-02 14:52:49
Also in:
rust-for-linux
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-10-02 14:52:49
Also in:
rust-for-linux
+//! 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