diff options
author | Hauke Mehrtens <hmehrtens@maxlinear.com> | 2023-03-08 21:31:16 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-19 18:44:46 +0100 |
commit | 2d5b761838951a5a4a491579114fe39b0daf966e (patch) | |
tree | e6a3761b43eccc540846c3ccc1ed74f067c5d679 | |
parent | e291a38d7fa46258f02a7aafeb7797590de5b035 (diff) | |
download | upstream-2d5b761838951a5a4a491579114fe39b0daf966e.tar.gz upstream-2d5b761838951a5a4a491579114fe39b0daf966e.tar.bz2 upstream-2d5b761838951a5a4a491579114fe39b0daf966e.zip |
kernel: Deactivate options shown with CONFIG_KERNEL_DYNAMIC_FTRACE=y
This deactivates some kernel configuration options I see when
CONFIG_KERNEL_DYNAMIC_FTRACE=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 71df42c9b8..09d9ce9356 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -3192,6 +3192,7 @@ CONFIG_LINEAR_RANGES=y # CONFIG_LIS3L02DQ is not set # CONFIG_LITEX_LITEETH is not set # CONFIG_LITEX_SOC_CONTROLLER is not set +# CONFIG_LIVEPATCH is not set # CONFIG_LKDTM is not set CONFIG_LLC=y # CONFIG_LLC2 is not set |