protectli/vp4670: add Super I/O kernel module

This commit is contained in:
Matei Dibu 2024-04-25 11:58:18 +03:00 committed by mergify[bot]
parent 9821d2c543
commit 53db5e1070
1 changed files with 4 additions and 0 deletions

View File

@ -6,4 +6,8 @@
boot.initrd.kernelModules = [
"sdhci_pci" # 16G eMMC on board
];
boot.kernelModules = [
"it87" # ITE IT8786E Super IO Sensors
];
}