Re: [PATCH v5 1/9] rust: pwm: Add Kconfig and basic data structures

From: Miguel Ojeda
Date: Fri Jun 27 2025 - 11:38:30 EST


On Fri, Jun 27, 2025 at 5:10 PM Uwe Kleine-König <ukleinek@xxxxxxxxxx> wrote:
>
> Currently CONFIG_PWM is a bool, so it cannot be =m. But I considered
> making PWM a tristate variable. How would that interfere with Rust
> support?

At the moment, the requirement would still need to be `PWM=y` until
the `kernel` crate is split, which I guess is why this was here (I
assume copied from elsewhere).

Cheers,
Miguel