mirror of
https://salsa.debian.org/kernel-team/linux.git
synced 2026-01-12 07:03:29 +00:00
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.
25 lines
426 B
Text
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
|