From: Hauke Mehrtens Date: Wed, 8 Mar 2023 20:31:14 +0000 (+0100) Subject: kernel: Deactivate options shown with CONFIG_KERNEL_DEBUG_VIRTUAL=y X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e850045c76d54b60dcf346f676d67ffe3ed4431a;hp=582f6fb8cdb20afe8897293616a1ab0cb5b3d501;p=openwrt%2Fstaging%2Fstintel.git 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 --- 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