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

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


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

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

    kernel: Deactivate options shown with CONFIG_KERNEL_HIST_TRIGGERS=y
    
    This deactivates some kernel configuration options I see when
    CONFIG_KERNEL_HIST_TRIGGERS=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 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index 96a95acf9e..71df42c9b8 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -2399,6 +2399,7 @@ CONFIG_HIGH_RES_TIMERS=y
 # CONFIG_HISI_DMA is not set
 # CONFIG_HISI_FEMAC is not set
 # CONFIG_HISI_HIKEY_USB is not set
+# CONFIG_HIST_TRIGGERS_DEBUG is not set
 # CONFIG_HIX5HD2_GMAC is not set
 # CONFIG_HMC425 is not set
 # CONFIG_HMC6352 is not set
@@ -6385,6 +6386,7 @@ CONFIG_SYMBOLIC_ERRNAME=y
 # CONFIG_SYNC_FILE is not set
 # CONFIG_SYNOPSYS_DWC_ETH_QOS is not set
 # CONFIG_SYNTH_EVENTS is not set
+# CONFIG_SYNTH_EVENT_GEN_TEST is not set
 CONFIG_SYN_COOKIES=y
 # CONFIG_SYSCON_REBOOT_MODE is not set
 CONFIG_SYSCTL=y




More information about the lede-commits mailing list