vno3-rp3b: disable i2c
spamming dmesg with: i2c-bcm2835 got unexpected interrupt
This commit is contained in:
parent
e4bd3b201f
commit
d60677822f
@ -12,7 +12,7 @@
|
|||||||
# as of 23.05 that is:
|
# as of 23.05 that is:
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = ["usbhid"];
|
boot.initrd.availableKernelModules = ["usbhid"];
|
||||||
boot.initrd.kernelModules = ["vc4" "bcm2835_dma" "i2c_bcm2835"];
|
boot.initrd.kernelModules = ["vc4" "bcm2835_dma"];
|
||||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
boot.kernelModules = [];
|
boot.kernelModules = [];
|
||||||
boot.extraModulePackages = [];
|
boot.extraModulePackages = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user