diff options
author | Karel Kočí <cynerd@email.cz> | 2017-04-30 12:47:30 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-04-30 12:47:30 +0200 |
commit | a2cfee41a7a3aefacce5db6f13e52e5540d51779 (patch) | |
tree | fb402c36c3cc07dff1ecb7a57e564510936d76c7 /sys-boot/linux/files/configs/base | |
parent | 09a210722e2d03129aed732ef11ed5a7f490b50d (diff) | |
download | gentoo-personal-overlay-a2cfee41a7a3aefacce5db6f13e52e5540d51779.tar.gz gentoo-personal-overlay-a2cfee41a7a3aefacce5db6f13e52e5540d51779.tar.bz2 gentoo-personal-overlay-a2cfee41a7a3aefacce5db6f13e52e5540d51779.zip |
Base linux on arch configuration
Diffstat (limited to 'sys-boot/linux/files/configs/base')
-rw-r--r-- | sys-boot/linux/files/configs/base | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/sys-boot/linux/files/configs/base b/sys-boot/linux/files/configs/base deleted file mode 100644 index d6e1f52..0000000 --- a/sys-boot/linux/files/configs/base +++ /dev/null @@ -1,53 +0,0 @@ -# No logo -CONFIG_LOGO=n - -# Enable expert options -CONFIG_EXPERT=y - -# Increase kernel buffer size to content more info -CONFIG_LOG_BUF_SHIFT=19 - -# Enable incompatible v3 process information file format -CONFIG_BSD_PROCESS_ACCT_V3=y - -# Enable stack protector -CONFIG_CC_STACKPROTECTOR_REGULAR=y - -# File systems -CONFIG_BTRFS_FS=y -CONFIG_F2FS_FS=y - -# Compression -CONFIG_CRYPTO_LZO=y - -# FUSE -CONFIG_FUSE_FS=m -# Overlay fs -CONFIG_OVERLAY_FS=m -# NTFS -CONFIG_NTFS_FS=m -CONFIG_NTFS_RW=y -# User-space driven configuration fs -CONFIG_CONFIGFS_FS=y -# FS language support -CONFIG_NLS_CODEPAGE_852=m -CONFIG_NLS_CODEPAGE_850=m -CONFIG_NLS_CODEPAGE_1250=m -CONFIG_NLS_ISO8859_2=m -# FS Cache -CONFIG_FSCACHE=m -CONFIG_CACHEFILES=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 |