[openwrt/openwrt] generic: 6.12: add CONFIG_IDPF
LEDE Commits
lede-commits at lists.infradead.org
Thu May 15 10:37:51 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0d4eda6237432f291c0419d701186d9e0db0d1e8
commit 0d4eda6237432f291c0419d701186d9e0db0d1e8
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Thu May 15 19:35:31 2025 +0200
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 at gmail.com>
---
target/linux/generic/config-6.12 | 1 +
1 file changed, 1 insertion(+)
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
More information about the lede-commits
mailing list