mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-21 18:41:32 +01:00
fix(sys-kernel/coreos-kernel): enable CONFIG_IKCONFIG_PROC
CONFIG_IKCONFIG was already being built as a module, might as well make it easy to get the configuration from the kernel when it is loaded. The space savings is almost nothing to not enable this.
This commit is contained in:
parent
9eec050a4a
commit
330b006114
@ -128,7 +128,7 @@ CONFIG_RCU_FANOUT_LEAF=16
|
||||
# CONFIG_TREE_RCU_TRACE is not set
|
||||
# CONFIG_RCU_NOCB_CPU is not set
|
||||
CONFIG_IKCONFIG=m
|
||||
# CONFIG_IKCONFIG_PROC is not set
|
||||
CONFIG_IKCONFIG_PROC=y
|
||||
CONFIG_LOG_BUF_SHIFT=18
|
||||
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
|
||||
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user