Skip to content

Commit 153c008

Browse files
committed
doc(dell/precision/5530): added some documentations to the kernel modules
1 parent 058c912 commit 153c008

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

dell/precision/5530/default.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"nvidia_drm.modeset=1"
2727
];
2828
initrd.availableKernelModules = [
29-
"xhci_pci"
30-
"ahci"
31-
"nvme"
32-
"usb_storage"
33-
"sd_mod"
34-
"rtsx_pci_sdmmc"
35-
"thunderbolt"
29+
"xhci_pci" # USB 3.0/3.1 compatibility
30+
"ahci" # SATA support if installed
31+
"nvme" # NVMe support
32+
"usb_storage" # USB mass storage support
33+
"sd_mod" # SD card support
34+
"rtsx_pci_sdmmc" # Realtek SD card support
35+
"thunderbolt" # Thunderbolt support
3636
];
3737
kernelModules = [
3838
# For Intel wifi card

0 commit comments

Comments
 (0)