summaryrefslogtreecommitdiff
path: root/sys-boot/linux/files/configs/base
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-04-28 22:30:14 +0200
committerKarel Kočí <cynerd@email.cz>2017-04-29 11:09:39 +0200
commitff32725fff6b3bd40a87f0b21152764084f9d33a (patch)
tree8d118a03310cbc96dd98ddea1f2108f826ff1e6a /sys-boot/linux/files/configs/base
parent13f491a430735286fecb767ca0abe5d1ab42c046 (diff)
downloadgentoo-personal-overlay-ff32725fff6b3bd40a87f0b21152764084f9d33a.tar.gz
gentoo-personal-overlay-ff32725fff6b3bd40a87f0b21152764084f9d33a.tar.bz2
gentoo-personal-overlay-ff32725fff6b3bd40a87f0b21152764084f9d33a.zip
Add package for linux
Diffstat (limited to 'sys-boot/linux/files/configs/base')
-rw-r--r--sys-boot/linux/files/configs/base36
1 files changed, 36 insertions, 0 deletions
diff --git a/sys-boot/linux/files/configs/base b/sys-boot/linux/files/configs/base
new file mode 100644
index 0000000..092fb87
--- /dev/null
+++ b/sys-boot/linux/files/configs/base
@@ -0,0 +1,36 @@
+# 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