diff options
author | Hauke Mehrtens <hmehrtens@maxlinear.com> | 2023-03-08 21:31:15 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-19 18:44:46 +0100 |
commit | e291a38d7fa46258f02a7aafeb7797590de5b035 (patch) | |
tree | 0bcb0b6e8ed113c9a44f953b37645ec34c79dc32 /target | |
parent | e850045c76d54b60dcf346f676d67ffe3ed4431a (diff) | |
download | upstream-e291a38d7fa46258f02a7aafeb7797590de5b035.tar.gz upstream-e291a38d7fa46258f02a7aafeb7797590de5b035.tar.bz2 upstream-e291a38d7fa46258f02a7aafeb7797590de5b035.zip |
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@maxlinear.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-5.15 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |