summaryrefslogtreecommitdiff
path: root/sys-boot/linux/files/overlay.config
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-04-30 21:23:22 +0200
committerKarel Kočí <cynerd@email.cz>2017-04-30 21:23:22 +0200
commit36ff576e6de12221f63d3c390bb5944e6bf54699 (patch)
tree1c00123a887f7e1b55bec73eb5e270af93cfe87c /sys-boot/linux/files/overlay.config
parent3ddb3631ee3621c99a98d32e0e5039752353b8c2 (diff)
downloadgentoo-personal-overlay-36ff576e6de12221f63d3c390bb5944e6bf54699.tar.gz
gentoo-personal-overlay-36ff576e6de12221f63d3c390bb5944e6bf54699.tar.bz2
gentoo-personal-overlay-36ff576e6de12221f63d3c390bb5944e6bf54699.zip
Don't build linux firmware and move linux from sys-boot to sys-kernel
Diffstat (limited to 'sys-boot/linux/files/overlay.config')
-rw-r--r--sys-boot/linux/files/overlay.config49
1 files changed, 0 insertions, 49 deletions
diff --git a/sys-boot/linux/files/overlay.config b/sys-boot/linux/files/overlay.config
deleted file mode 100644
index b8ff91c..0000000
--- a/sys-boot/linux/files/overlay.config
+++ /dev/null
@@ -1,49 +0,0 @@
-# No logo
-CONFIG_LOGO=n
-# Include firmware to kernel as multiple kernels would create collision
-# TODO solve this some other way
-CONFIG_FIRMWARE_IN_KERNEL=y
-
-# Enable incompatible v3 process information file format
-CONFIG_BSD_PROCESS_ACCT_V3=y
-
-# SATA support compile in
-CONFIG_ATA=y
-CONFIG_SATA_AHCI=y
-CONFIG_BLK_DEV_SD=y
-# Compile BTRFS in kernel
-CONFIG_BTRFS_FS=y
-# Cryptsetup
-CONFIG_BLK_DEV_DM=y
-CONFIG_DM_CRYPT=y
-CONFIG_CRYPTO_XTS=y
-CONFIG_CRYPTO_SHA256_SSSE3=y
-CONFIG_CRYPTO_SHA512_SSSE3=y
-CONFIG_CRYPTO_AES_X86_64=y
-CONFIG_CRYPTO_USER_API_SKCIPHER=y
-
-# Scrollback buffer size
-CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=1024
-
-# X input
-CONFIG_INPUT_EVDEV=y
-
-# Build configuration into the kernel but as module
-CONFIG_IKCONFIG=m
-CONFIG_IKCONFIG_PROC=y
-
-## Gentoo specific just to be sure
-# Udev
-CONFIG_DEVTMPFS=y
-CONFIG_TMPFS=y
-CONFIG_UNIX=y
-CONFIG_MMU=y
-CONFIG_SHMEM=y
-# Portage
-CONFIG_CGROUPS=y
-CONFIG_NAMESPACES=y
-CONFIG_IPC_NS=y
-CONFIG_NET_NS=y
-CONFIG_SYSVIPC=y
-# OpenRC
-CONFIG_BINFMT_SCRIPT=y