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

Miguel Ojeda miguel.ojeda.sandonis at gmail.com
Fri Jun 27 08:37:31 PDT 2025


On Fri, Jun 27, 2025 at 5:10 PM Uwe Kleine-König <ukleinek at kernel.org> 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



More information about the linux-riscv mailing list