summaryrefslogtreecommitdiff
path: root/rust/kernel/lib.rs
diff options
context:
space:
mode:
authorUwe Kleine-König <ukleinek@kernel.org>2025-11-07 10:33:34 +0100
committerUwe Kleine-König <ukleinek@kernel.org>2025-11-14 11:56:14 +0100
commita5d51e02d6fa550aed4b31ed67d230e82a771ed5 (patch)
tree82fcdcb27cf9dee2e704311deb96911600d32ded /rust/kernel/lib.rs
parent0a47e5e864c72627aacde1ed464539ba83e45221 (diff)
parent9075ceeadac3e4e4fd906cd84f1ec537442c59be (diff)
Merge branch 'pwm/th1520' into pwm/for-next
Diffstat (limited to 'rust/kernel/lib.rs')
-rw-r--r--rust/kernel/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/kernel/lib.rs b/rust/kernel/lib.rs
index 3dd7bebe7888..584aa3282029 100644
--- a/rust/kernel/lib.rs
+++ b/rust/kernel/lib.rs
@@ -121,6 +121,8 @@ pub mod prelude;
pub mod print;
pub mod processor;
pub mod ptr;
+#[cfg(CONFIG_RUST_PWM_ABSTRACTIONS)]
+pub mod pwm;
pub mod rbtree;
pub mod regulator;
pub mod revocable;