mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-22 06:41:17 +00:00
kernel: Deactivate options shown with CONFIG_KERNEL_KCOV=y
This sets the CONFIG_KCOV_IRQ_AREA_SIZE kernel configuration option to its default value. This is shown when I set CONFIG_KERNEL_KCOV=y in the OpenWrt configuration on x86/64. Signed-off-by: Hauke Mehrtens <hmehrtens@maxlinear.com>
This commit is contained in:
parent
2213bf5e83
commit
0f5ba14791
@ -2992,6 +2992,7 @@ CONFIG_KALLSYMS_BASE_RELATIVE=y
|
||||
CONFIG_KASAN_STACK=y
|
||||
# CONFIG_KCMP is not set
|
||||
# CONFIG_KCOV is not set
|
||||
CONFIG_KCOV_IRQ_AREA_SIZE=0x40000
|
||||
# CONFIG_KCSAN is not set
|
||||
# CONFIG_KERNEL_BZIP2 is not set
|
||||
# CONFIG_KERNEL_CAT is not set
|
||||
|
Loading…
Reference in New Issue
Block a user