diff options
author | Hauke Mehrtens <hmehrtens@maxlinear.com> | 2023-03-08 21:31:13 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-19 18:44:46 +0100 |
commit | 582f6fb8cdb20afe8897293616a1ab0cb5b3d501 (patch) | |
tree | 6667ccfb3e7c2cf185598bfc9d86a28001be5d25 /target/linux | |
parent | c98e09f01bc6788644d22ffd02cd7aaaef63f5ea (diff) | |
download | upstream-582f6fb8cdb20afe8897293616a1ab0cb5b3d501.tar.gz upstream-582f6fb8cdb20afe8897293616a1ab0cb5b3d501.tar.bz2 upstream-582f6fb8cdb20afe8897293616a1ab0cb5b3d501.zip |
kernel: Deactivate options shown with CONFIG_KERNEL_DEBUG_VM=y
This deactivates some kernel configuratoion options I see when
CONFIG_KERNEL_DEBUG_VM=y is set in the OpenWrt configuration on x86/64.
Signed-off-by: Hauke Mehrtens <hmehrtens@maxlinear.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-5.15 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index fbdfd5c68e..ac1c3dc35e 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -1373,7 +1373,10 @@ CONFIG_DEBUG_KERNEL=y # CONFIG_DEBUG_USER is not set # CONFIG_DEBUG_VIRTUAL is not set # CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_VM_PGFLAGS is not set # CONFIG_DEBUG_VM_PGTABLE is not set +# CONFIG_DEBUG_VM_RB is not set +# CONFIG_DEBUG_VM_VMACACHE is not set # CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set # CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set # CONFIG_DEBUG_WX is not set |