1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-08-15 15:00:28 +03:00
mobile-nixos/support/kernel-config
Chuang Zhu aca07f00da kernel-config: fix compressed firmware loading
Since https://github.com/NixOS/nixpkgs/pull/302300 is merged,
hardware.firmware are now compressed with zstd. On my oneplus-enchilada,
this is causing the WLAN interface disappearing. This PR fixes that by
copying the changes of kernel config from NixOS/nixpkgs#302300
2024-07-04 12:13:02 +08:00
..
configuration.nix support/kernel-config: disable incompatible features on new kernels 2024-01-18 13:59:29 +01:00
default.nix further remove deprecated URL literals and unused vars 2023-12-15 17:13:07 +07:00
filesystems.nix further remove deprecated URL literals and unused vars 2023-12-15 17:13:07 +07:00
networking.nix further remove deprecated URL literals and unused vars 2023-12-15 17:13:07 +07:00
nixos.nix kernel-config: fix compressed firmware loading 2024-07-04 12:13:02 +08:00
README.adoc bin/kernel-normalize-config: Rely on a "support" system 2023-09-16 15:50:46 -04:00

= Kernel configuration

This directory holds the *suggested* kernel configuration.

This is used by the `bin/kernel-normalize*` helpers.

In your systems, feel free to override any of those with what you prefer.

The **required** options are found in `modules/kernel-config.nix`.

== Goals

The goals for these options are as follow:

 * Remove all unneeded options to reduce compilation time
 * Select the appropriate defaults

A device can change the options as needed.