debian-linux/debian/installer/modules/riscv64/base-modules
Bastian Blank 98e97b0cfd Split modules out of kernel-image udeb
Prepare building the kernel-image udeb separate.  This is done by moving
the modules into a new udeb calles base-modules.  Only the image and the
module support files remain.
2025-12-14 16:35:10 +01:00

25 lines
426 B
Text

#include <base-modules>
# Multifunction devices
drivers/mfd/**
# DMA controllers
drivers/dma/**
# PCIe PHYs
drivers/phy/phy-*-pcie* ?
drivers/phy/*/phy-*-pcie* ?
# Regulators
drivers/regulator/**
# Reset controllers
drivers/power/reset/**
drivers/reset/**
# RTC
drivers/rtc/**
# Force the inclusion of the mtd module, as anyway it is added through the
# following dependency: mpfs-rng -> mpfs-sys-controller -> mtd
mtd