Skip to content

Commit

Permalink
CONFIG_IKCONFIG: This option enables the complete Linux kernel .confi…
Browse files Browse the repository at this point in the history
…g file contents to be saved in the kernel. It provides documentation of which kernel options are used in a running kernel or in an on-disk kernel. This information can be extracted from the kernel image file with the script scripts/extract-ikconfig and used as input to rebuild the current kernel or to build another kernel. It can also be extracted from a running kernel by reading /proc/config.gz if enabled (below).
  • Loading branch information
PartialVolume committed Sep 11, 2024
1 parent 52a07e3 commit 96bb5cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions board/shredos/kernel-6.6.22-defconfig.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ CONFIG_HIGH_RES_TIMERS=y
CONFIG_PREEMPT_VOLUNTARY=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_CGROUPS=y
CONFIG_MEMCG=y
CONFIG_BLK_CGROUP=y
Expand Down

0 comments on commit 96bb5cb

Please # to comment.