diff options
author | Karel Kočí <cynerd@email.cz> | 2017-04-30 19:10:54 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-04-30 19:10:54 +0200 |
commit | b93b0846fb1a76e8e2276795313e4ee7bef37d6f (patch) | |
tree | 80d3d02c3cd3d6d67c5e634a74e415f57d55affc /sys-boot/linux | |
parent | 2e742443020ede65794696c8e085e10ee9f60dbc (diff) | |
download | gentoo-personal-overlay-b93b0846fb1a76e8e2276795313e4ee7bef37d6f.tar.gz gentoo-personal-overlay-b93b0846fb1a76e8e2276795313e4ee7bef37d6f.tar.bz2 gentoo-personal-overlay-b93b0846fb1a76e8e2276795313e4ee7bef37d6f.zip |
Linux compile firmware into the kernel
Diffstat (limited to 'sys-boot/linux')
-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 |