On Tue Feb 24, 2026 at 11:40 PM CET, Joel Fernandes wrote: > diff --git a/rust/kernel/lib.rs b/rust/kernel/lib.rs > index 58dbb02c5197..b8287601f464 100644 > --- a/rust/kernel/lib.rs > +++ b/rust/kernel/lib.rs > @@ -97,6 +97,8 @@ > pub mod firmware; > pub mod fmt; > pub mod fs; > +#[cfg(CONFIG_GPU_BUDDY)]
Has to be #[cfg(CONFIG_GPU_BUDDY = "y")] for now. > +pub mod gpu; > #[cfg(CONFIG_I2C = "y")] > pub mod i2c; > pub mod id_pool; > -- > 2.34.1
