gnu: %default-extra-linux-options: Enable kernel options for elogind service.
authorVagrant Cascadian <vagrant@debian.org>
Thu, 27 Aug 2020 21:47:43 +0000 (14:47 -0700)
committerVagrant Cascadian <vagrant@debian.org>
Tue, 1 Sep 2020 22:33:24 +0000 (15:33 -0700)
commit450dcd1aff741c4f81cc9508ce33f19e62edefb7
tree06fe75e31cc962559264e6876e0734feed9fce3b
parentc7a3926ee438263cfe03bea7e3cdd65c8585ce7a
gnu: %default-extra-linux-options: Enable kernel options for elogind service.

Fixes: https://issues.guix.gnu.org/43078

These options are already enabled in the kernel configs included in guix, but
might be missing from variants using a defconfig from the upstream kernel,
such as linux-libre-arm-generic and linux-libre-arm64-generic.

* gnu/packages/linux (%default-extra-linux-options): Enable
  CONFIG_CGROUP_FREEZER, CONFIG_BLK_CGROUP, CONFIG_CGROUP_WRITEBACK,
  CONFIG_CGROUP_SCHED, CONFIG_CGROUP_PIDS, CONFIG_CGROUP_FREEZER,
  CONFIG_CGROUP_DEVICE, CONFIG_CGROUP_CPUACCT, CONFIG_CGROUP_PERF,
  CONFIG_SOCK_CGROUP_DATA, CONFIG_BLK_CGROUP_IOCOST, CONFIG_CGROUP_NET_PRIO,
  CONFIG_CGROUP_NET_CLASSID, CONFIG_MEMCG, CONFIG_MEMCG_SWAP,
  CONFIG_MEMCG_KMEM, CONFIG_CPUSETS and CONFIG_PROC_PID_CPUSET.
gnu/packages/linux.scm