From a99b3f41893a2b89ca1aa3495adad5814dbc15f7 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 17 Jan 2024 15:00:51 +0100 Subject: [PATCH] Disable kernel oprtions --- kernel.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel.nix b/kernel.nix index 0105dfa..210e90e 100644 --- a/kernel.nix +++ b/kernel.nix @@ -35,9 +35,9 @@ in buildLinux (args // { DW_AXI_DMAC_STARFIVE = yes; # stmmac hangs when built as a module - PTP_1588_CLOCK = yes; - STMMAC_ETH = yes; - STMMAC_PCI = yes; + #PTP_1588_CLOCK = yes; + #STMMAC_ETH = yes; + #STMMAC_PCI = yes; # For qemu BLOCK = yes;