diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-14 19:32:14 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-14 19:32:14 +0900 |
| commit | 9c2fb6246f6a1781c469ac444da67dd4ae951ad2 (patch) | |
| tree | b4ba2f2e82d0f9514b469fa2c64a2d7e124aee28 | |
| parent | 9c116acec6b33e2be2f9c5b96c1a0ea0a9eee3e1 (diff) | |
internal/rosa/kernel: enable FW_LOADER
This wants to be loaded early, so having it as a dlkm is not helpful as it will always be loaded anyway.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/kernel_amd64.config | 2 | ||||
| -rw-r--r-- | internal/rosa/kernel_arm64.config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/kernel_amd64.config b/internal/rosa/kernel_amd64.config index ff80e6ba..26039962 100644 --- a/internal/rosa/kernel_amd64.config +++ b/internal/rosa/kernel_amd64.config @@ -2402,7 +2402,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y # # Firmware loader # -CONFIG_FW_LOADER=m +CONFIG_FW_LOADER=y CONFIG_FW_LOADER_DEBUG=y CONFIG_FW_LOADER_PAGED_BUF=y CONFIG_FW_LOADER_SYSFS=y diff --git a/internal/rosa/kernel_arm64.config b/internal/rosa/kernel_arm64.config index aa841c49..1b8258ab 100644 --- a/internal/rosa/kernel_arm64.config +++ b/internal/rosa/kernel_arm64.config @@ -2384,7 +2384,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y # # Firmware loader # -CONFIG_FW_LOADER=m +CONFIG_FW_LOADER=y CONFIG_FW_LOADER_DEBUG=y CONFIG_FW_LOADER_PAGED_BUF=y CONFIG_FW_LOADER_SYSFS=y |
