diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:49:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:49:59 +0000 |
commit | 01997497f915e8f79871f3f2acb55ac465051d24 (patch) | |
tree | 1ce1afd7246e1014199e15cbf854bf7924458e5d /debian/installer/modules/kernel-image | |
parent | Adding upstream version 6.1.76. (diff) | |
download | linux-01997497f915e8f79871f3f2acb55ac465051d24.tar.xz linux-01997497f915e8f79871f3f2acb55ac465051d24.zip |
Adding debian version 6.1.76-1.debian/6.1.76-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/installer/modules/kernel-image | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/installer/modules/kernel-image b/debian/installer/modules/kernel-image new file mode 100644 index 000000000..54c950269 --- /dev/null +++ b/debian/installer/modules/kernel-image @@ -0,0 +1,40 @@ +af_packet +bitrev ? +eeprom_93cx6 ? +firmware_class +led-class ? +# Both input-modules and sound-modules can depend on this +ledtrig-audio ? +mbcache +mfd-core ? +nls_base +# Default I/O charset for most filesystems that do character conversion +nls_utf8 +thermal_sys ? + +# In case they become modular again +lz4_compress ? +lz4hc_compress ? +lz4_decompress ? +lzo_compress +lzo_decompress +zlib_deflate +zstd_compress +zstd_decompress + +# Basic paravirtual modules +hv_utils ? +hv_vmbus ? +virtio ? +virtio_balloon ? +virtio_mmio ? +virtio_pci ? +virtio_ring ? + +# The installer generally needs good entropy sources +drivers/char/hw_random/** + +# LPSS might be needed for I2C (e.g. for touchpads on laptops), SPI, UART +intel_lpss ? +intel_lpss_acpi ? +intel_lpss_pci ? |