Enable android binder modules for waydroid support.
Disable virtual graphics memory (vgem) module to prevent Mesa from creating llvmpipe (software rendering) which interferes with the onboard graphics in games causing extremely poor performance.
Set initramfs compression to xz. Reading more compressed files and decompressing from ram them is faster than reading uncompressed files, especially on slower storage. Set initramfs name to force the kernel to include it.
Set iommu to passthrough mode by default to remove the need for some AMD users to add iommu=pt
to their kernel
parameters.
Add apparmor and SELinux support to the kernel.
Set storage drivers to be built into the kernel, as they are not in the initramfs. If this is not enabled, emmc storage will not be detected on boot -> kernel panic.
Set usb controller modules to be built into the kernel, as they are not in the initramfs. If this is not enabled, USBs will not be detected on boot -> kernel panic.
Disable strict devmem to allow MrChromebox's scripts to work under Eupnea kernels.
Set default zram compression mode to lzo-rle.
Add the eupnea name to the kernel version string.
Set the default hostname to "localhost".
Enable Google SMI callbacks and enable access to the coreboot memory entries from sysfs.
Set the default console loglevel to 7 and quiet to 4.
Set i2c modules to be built into the kernel, as they are not in the initramfs.
Set module compression to xz. Reading more compressed files and decompressing from ram them is faster than reading uncompressed files, especially on slower storage.
Set bzImage compression to xz. Reading more compressed files and decompressing from ram them is faster than reading uncompressed files, especially on slower storage.
Disable 100% unused drivers to lighten the kernel.
Disable any nvidia related components in the kernel.
Disable HyperV guest support in the kernel. This will prevent the kernel from being run in a HyperV vm.
Disable Microsoft Surface support in the kernel. This will prevent the kernel from being run on a Microsoft Surface device.