diff options
-rw-r--r-- | sys-boot/linux/files/overlay.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-boot/linux/files/overlay.config b/sys-boot/linux/files/overlay.config index 8eda171..b8ff91c 100644 --- a/sys-boot/linux/files/overlay.config +++ b/sys-boot/linux/files/overlay.config @@ -1,5 +1,8 @@ # No logo CONFIG_LOGO=n +# Include firmware to kernel as multiple kernels would create collision +# TODO solve this some other way +CONFIG_FIRMWARE_IN_KERNEL=y # Enable incompatible v3 process information file format CONFIG_BSD_PROCESS_ACCT_V3=y |