diff options
| author | Robert Marko | 2025-05-15 17:35:31 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-15 17:37:48 +0000 |
| commit | 0d4eda6237432f291c0419d701186d9e0db0d1e8 (patch) | |
| tree | d1eb08291ae005e8ab1147c926336583e37833eb | |
| parent | 1e46a391df92d83ab7a274a5d388fb3a26ae4777 (diff) | |
| download | openwrt-0d4eda6237432f291c0419d701186d9e0db0d1e8.tar.gz | |
generic: 6.12: add CONFIG_IDPF
CONFIG_IDPF is Intel(R) Infrastructure Data Path Function Support and it
should be disabled by default, if needed it can be packaged as a kmod.
Disable to prevent spreading out through target configs.
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/generic/config-6.12 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.12 b/target/linux/generic/config-6.12 index 6bf15de7b9..1bd8245cc8 100644 --- a/target/linux/generic/config-6.12 +++ b/target/linux/generic/config-6.12 @@ -2604,6 +2604,7 @@ CONFIG_HZ_100=y # CONFIG_ICS932S401 is not set # CONFIG_IDEAPAD_LAPTOP is not set # CONFIG_IDLE_PAGE_TRACKING is not set +# CONFIG_IDPF is not set # CONFIG_IEEE802154 is not set # CONFIG_IEEE802154_ADF7242 is not set # CONFIG_IEEE802154_ATUSB is not set |