diff options
author | Hauke Mehrtens <hmehrtens@maxlinear.com> | 2023-03-08 21:31:14 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-19 18:44:46 +0100 |
commit | e850045c76d54b60dcf346f676d67ffe3ed4431a (patch) | |
tree | 944464386995d510b19bfde4b79cd1dd2c2629a2 | |
parent | 582f6fb8cdb20afe8897293616a1ab0cb5b3d501 (diff) | |
download | upstream-e850045c76d54b60dcf346f676d67ffe3ed4431a.tar.gz upstream-e850045c76d54b60dcf346f676d67ffe3ed4431a.tar.bz2 upstream-e850045c76d54b60dcf346f676d67ffe3ed4431a.zip |
kernel: Deactivate options shown with CONFIG_KERNEL_DEBUG_VIRTUAL=y
This deactivates some kernel configuration options I see when
CONFIG_KERNEL_DEBUG_VIRTUAL=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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index ac1c3dc35e..96a95acf9e 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -6459,6 +6459,7 @@ CONFIG_TCP_CONG_CUBIC=y # CONFIG_TEST_BLACKHOLE_DEV is not set # CONFIG_TEST_BPF is not set # CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set +# CONFIG_TEST_DEBUG_VIRTUAL is not set # CONFIG_TEST_DIV64 is not set # CONFIG_TEST_FIRMWARE is not set # CONFIG_TEST_FREE_PAGES is not set |