summaryrefslogtreecommitdiff
path: root/sys-kernel/linux/files
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-11 17:13:02 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-11 17:13:02 +0100
commitd6135021e72c4a9f6bc4a9adca6e8d79b6107492 (patch)
tree0b25990c1de0488730ab84604a7ce37f887544e6 /sys-kernel/linux/files
parenta3896bef907e1c0dfc810ccb03665fcbfec52f22 (diff)
downloadgentoo-personal-overlay-d6135021e72c4a9f6bc4a9adca6e8d79b6107492.tar.gz
gentoo-personal-overlay-d6135021e72c4a9f6bc4a9adca6e8d79b6107492.tar.bz2
gentoo-personal-overlay-d6135021e72c4a9f6bc4a9adca6e8d79b6107492.zip
Update kernel and compile more stuff to kernel it self
Diffstat (limited to 'sys-kernel/linux/files')
-rw-r--r--sys-kernel/linux/files/overlay.config15
1 files changed, 14 insertions, 1 deletions
diff --git a/sys-kernel/linux/files/overlay.config b/sys-kernel/linux/files/overlay.config
index 2daf871..92baf7b 100644
--- a/sys-kernel/linux/files/overlay.config
+++ b/sys-kernel/linux/files/overlay.config
@@ -16,8 +16,10 @@ CONFIG_KEYBOARD_ATKBD=y
CONFIG_ATA=y
CONFIG_SATA_AHCI=y
CONFIG_BLK_DEV_SD=y
-# Compile BTRFS in kernel
+# Compile BTRFS to kernel (used for root)
CONFIG_BTRFS_FS=y
+# Compile FAT to kernel (used for efi partition)
+CONFIG_VFAT_FS=y
# Cryptsetup
CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=y
@@ -38,9 +40,20 @@ CONFIG_USB_HID=y
CONFIG_I2C_HID=y
CONFIG_HID_ASUS=y
+# Compile to kernel also other filesytems so we can use it if we need it
+CONFIG_EXT4_FS=y
+CONFIG_OVERLAY_FS=y
+CONFIG_SQUASHFS=y
+
# Scrollback buffer size
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=1024
+# Intel i915 driver (video)
+CONFIG_AGP=y
+#CONFIG_AGP_INTEL=y # Do we need this? Is this for us?
+CONFIG_DRM=y
+CONFIG_DRM_I915=y
+
# X input
CONFIG_INPUT_EVDEV=y