diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:02:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:02:38 +0000 |
commit | 08b74a000942a380fe028845f92cd3a0dee827d5 (patch) | |
tree | aa78b4e12607c3e1fcce8d5cc42df4330792f118 /debian/installer/modules/arm64/kernel-image | |
parent | Adding upstream version 4.19.249. (diff) | |
download | linux-debian.tar.xz linux-debian.zip |
Adding debian version 4.19.249-2.debian/4.19.249-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/installer/modules/arm64/kernel-image | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/installer/modules/arm64/kernel-image b/debian/installer/modules/arm64/kernel-image new file mode 100644 index 000000000..e9971cc90 --- /dev/null +++ b/debian/installer/modules/arm64/kernel-image @@ -0,0 +1,25 @@ +#include <kernel-image> + +# Multifunction devices +drivers/mfd/** + +# Regulators +drivers/regulator/** + +# NIC,sata, and USB on Armada 8K +phy-mvebu-cp110-comphy ? + +# SoC modules +drivers/soc/** + +# Watchdog needed for reboot +sunxi_wdt ? + +# SPI devices +drivers/spi/** + +# For cros_ec mfd device +cros_ec_spi ? + +# PCIe PHYs +phy-rockchip-pcie ? |