diff options
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 ? |