[openwrt/openwrt] kernel: Deactivate options shown with CONFIG_KERNEL_DEBUG_VIRTUAL=y

LEDE Commits lede-commits at lists.infradead.org
Sun Mar 19 11:54:45 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e850045c76d54b60dcf346f676d67ffe3ed4431a

commit e850045c76d54b60dcf346f676d67ffe3ed4431a
Author: Hauke Mehrtens <hmehrtens at maxlinear.com>
AuthorDate: Wed Mar 8 21:31:14 2023 +0100

    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 at maxlinear.com>
---
 target/linux/generic/config-5.15 | 1 +
 1 file changed, 1 insertion(+)

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




More information about the lede-commits mailing list