summaryrefslogtreecommitdiff
path: root/sys-boot/linux/files/configs/base
diff options
context:
space:
mode:
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