--- zzzz-none-000/linux-5.15.111/init/Kconfig 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/init/Kconfig 2024-02-07 10:23:28.000000000 +0000 @@ -1,4 +1,10 @@ # SPDX-License-Identifier: GPL-2.0-only + +# +# Includes Intel Corporation's changes dated: 2017,2020. +# Changed portions - Copyright 2017-2020, Intel Corporation. +# + config CC_VERSION_TEXT string default "$(CC_VERSION_TEXT)" @@ -1573,6 +1579,14 @@ This option allows to disable the internal PC-Speaker support, saving some memory. +config FULL_PANIC + bool "Full panic reporting data" + default y + help + This includes text descriptions of panics in addition to stack dumps. + Disabling compiles out the explanations for panics, saving + string space. Use with caution. + config BASE_FULL default y bool "Enable full-sized data structures for core" if EXPERT @@ -2100,6 +2114,13 @@ --force). Forced module loading sets the 'F' (forced) taint flag and is usually a really bad idea. +config INTEL_DEBUG_MODULES + bool "Debug information about loaded modules" + default n + help + Select this option to get information about start/end address of + module on crash or while loading + config MODULE_UNLOAD bool "Module unloading" help @@ -2338,6 +2359,21 @@ endif # MODULES +config INTEL_MOUNT_EXEC_DISABLED + bool "Restrict mounts to with noexec flag only if /proc/sys/kernel/mount_exec_disabled is true" + depends on SYSCTL + default n + help + This option adds the MS_NOEXEC flag when mounting a new filesystem. + Do not allow programs to be executed from this filesystem. + +config INTEL_FORCE_RTC_BCD_ENCODING + bool "Switch RTC to BCD encoding mode when it starts in BINARY" + default n + help + Time data read from RTC is incorrorect when RTC in the BINARY + encoding mode. This option is fix issue enforcing BCD encoding. + config MODULES_TREE_LOOKUP def_bool y depends on PERF_EVENTS || TRACING || CFI_CLANG @@ -2369,6 +2405,7 @@ functions to call on what tags. source "kernel/Kconfig.locks" +source "kernel/Kconfig.avm" config ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE bool