mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 12:35:58 +00:00
In order to get such a preempt-rt Linux kerne, we grab -rt patch via https://www.kernel.org/pub/linux/kernel/projects/rt/. So far we just enable it over 4.14.x. Signed-off-by: Tiejun Chen <tiejun.china@gmail.com>
21 lines
547 B
Plaintext
21 lines
547 B
Plaintext
CONFIG_SLUB_DEBUG=y
|
|
# CONFIG_SLUB_MEMCG_SYSFS_ON is not set
|
|
CONFIG_SLUB=y
|
|
# CONFIG_SLAB_FREELIST_HARDENED is not set
|
|
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
|
|
CONFIG_PREEMPT=y
|
|
CONFIG_PREEMPT_RT_BASE=y
|
|
CONFIG_HAVE_PREEMPT_LAZY=y
|
|
CONFIG_PREEMPT_LAZY=y
|
|
# CONFIG_PREEMPT_VOLUNTARY is not set
|
|
# CONFIG_PREEMPT__LL is not set
|
|
# CONFIG_PREEMPT_RTB is not set
|
|
CONFIG_PREEMPT_RT_FULL=y
|
|
CONFIG_PREEMPT_COUNT=y
|
|
# CONFIG_SLUB_DEBUG_ON is not set
|
|
# CONFIG_SLUB_STATS is not set
|
|
CONFIG_DEBUG_PREEMPT=y
|
|
# CONFIG_PREEMPT_TRACER is not set
|
|
CONFIG_HZ_1000=y
|
|
CONFIG_HZ=1000
|