diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:28:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:28:00 +0000 |
commit | 3565071f226432336a54d0193d729fa4508a3394 (patch) | |
tree | 4cde13f078f84c0a7785d234fd52edce7c90546a /debian/installer/modules/kernel-image | |
parent | Adding upstream version 6.6.15. (diff) | |
download | linux-3565071f226432336a54d0193d729fa4508a3394.tar.xz linux-3565071f226432336a54d0193d729fa4508a3394.zip |
Adding debian version 6.6.15-2.debian/6.6.15-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/installer/modules/kernel-image')
-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 0000000000..54c950269f --- /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 ? |