nixos/magi: Complete kernel configuration
Some checks are pending
nix flake check / check (aarch64-linux) (push) Waiting to run
nix flake check / check (x86_64-linux) (push) Waiting to run

This commit is contained in:
Mikael 2024-10-28 20:47:24 +01:00
parent a48c995961
commit 1cb21d7de1
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -47,19 +47,38 @@
IPMI_HANDLER = true;
IPMI_PANIC_EVENT = true;
IPMI_PANIC_STRING = true;
IPMI_WATCHDOG = true;
IPMI_DEVICE_INTERFACE = true;
IPMI_SI = true;
IPMI_SSIF = true;
I2C_PIIX4 = true;
HWMON = true;
SENSORS_K10TEMP = true;
SENSORS_ACPI_POWER = true;
SP5100_TCO = true;
DRM_AST = true;
EDAC_DECODE_MCE = true;
EDAC_AMD64 = true;
AMD_PTDMA = true;
AMD_IOMMU = true;
INTEL_RAPL = true;
BTRFS_FS = true;
BTRFS_FS_POSIX_ACL = true;
CEPH_FS = true;
CEPH_FS_POSIX_ACL = true;
CRYPTO_DEV_CCP = true;
CRYPTO_DEV_CCP_DD = true;
CRYPTO_DEV_SP_CCP = true;
CRYPTO_DEV_CCP_CRYPTO = true;
CRYPTO_DEV_SP_PSP = true;
});
});