summaryrefslogtreecommitdiffstats
path: root/debian/installer/modules/riscv64/kernel-image
diff options
context:
space:
mode:
Diffstat (limited to 'debian/installer/modules/riscv64/kernel-image')
-rw-r--r--debian/installer/modules/riscv64/kernel-image16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/installer/modules/riscv64/kernel-image b/debian/installer/modules/riscv64/kernel-image
index 1d11b1921..653794784 100644
--- a/debian/installer/modules/riscv64/kernel-image
+++ b/debian/installer/modules/riscv64/kernel-image
@@ -1 +1,17 @@
#include <kernel-image>
+
+# Clocks
+drivers/clk/**
+
+# Multifunction devices
+drivers/mfd/**
+
+# PCIe PHYs
+drivers/phy/phy-*-pcie* ?
+drivers/phy/*/phy-*-pcie* ?
+
+# Regulators
+drivers/regulator/**
+
+# RTC
+drivers/rtc/**