diff options
| author | Hauke Mehrtens | 2023-03-08 20:31:13 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2023-03-19 17:44:46 +0000 |
| commit | 582f6fb8cdb20afe8897293616a1ab0cb5b3d501 (patch) | |
| tree | 6667ccfb3e7c2cf185598bfc9d86a28001be5d25 | |
| parent | c98e09f01bc6788644d22ffd02cd7aaaef63f5ea (diff) | |
| download | openwrt-582f6fb8cdb20afe8897293616a1ab0cb5b3d501.tar.gz | |
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>
| -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 |