summaryrefslogtreecommitdiff
path: root/rust/kernel/soc/apple/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/kernel/soc/apple/mod.rs')
-rw-r--r--rust/kernel/soc/apple/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/rust/kernel/soc/apple/mod.rs b/rust/kernel/soc/apple/mod.rs
new file mode 100644
index 000000000000..dd69db63677d
--- /dev/null
+++ b/rust/kernel/soc/apple/mod.rs
@@ -0,0 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
+
+//! Apple SoC drivers
+
+#[cfg(CONFIG_APPLE_RTKIT = "y")]
+pub mod rtkit;