diff options
author | Karel Kočí <cynerd@email.cz> | 2017-04-29 20:08:58 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-04-29 20:18:10 +0200 |
commit | e17beb5c2327a1764069d28a424d489022bc29d1 (patch) | |
tree | 3706f997fb533a3bc65400dc1c670ff443d7000e /sys-boot/linux/files/configs/base | |
parent | ff32725fff6b3bd40a87f0b21152764084f9d33a (diff) | |
download | gentoo-personal-overlay-e17beb5c2327a1764069d28a424d489022bc29d1.tar.gz gentoo-personal-overlay-e17beb5c2327a1764069d28a424d489022bc29d1.tar.bz2 gentoo-personal-overlay-e17beb5c2327a1764069d28a424d489022bc29d1.zip |
Linux configuration updates
Diffstat (limited to 'sys-boot/linux/files/configs/base')
-rw-r--r-- | sys-boot/linux/files/configs/base | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-boot/linux/files/configs/base b/sys-boot/linux/files/configs/base index 092fb87..bfb570a 100644 --- a/sys-boot/linux/files/configs/base +++ b/sys-boot/linux/files/configs/base @@ -34,3 +34,17 @@ CONFIG_NLS_CODEPAGE_852=m CONFIG_NLS_CODEPAGE_850=m CONFIG_NLS_CODEPAGE_1250=m CONFIG_NLS_ISO8859_2=m + +# Recovery from HW memory failures +CONFIG_MEMORY_FAILURE=y +CONFIG_HWPOISON_INJECT=m +# Memory placement aware NUMA scheduler +CONFIG_NUMA_BALANCING=y + +# I don't use selinux +CONFIG_SECURITY_SELINUX=n +# Scrollback buffer size +CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=1024 + +# Framebuffer +CONFIG_FB_VESA=y |