From 79701192d1e60d801bc2ae828f880701fb36a68e Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Thu, 13 Aug 2026 08:58:08 +0200 Subject: [PATCH] kernel: generic-6.6.y-x86_64: add CONFIG_GPIOLIB=y to fix build failure after v6.6.148 - 6.6.148 pulled in f53dd26462b8e ("pinctrl: remove pinctrl_gpio_direction_output()", upstream 45d2055b0067), backported only as a Stable-dep-of: for the tegra GPIO fix. - mainline never had this problem because the preceding commit in the same series, ec963d04ca865 ("pinctrl: provide new GPIO-to-pinctrl glue helpers"), added an unconditional #include to core.c. - Stable cherry-picked the later commit without that prerequisite Signed-off-by: Ricardo Pardini --- kernel/configs/generic-6.6.y-x86_64 | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/configs/generic-6.6.y-x86_64 b/kernel/configs/generic-6.6.y-x86_64 index f38d1cf5..a10fe552 100644 --- a/kernel/configs/generic-6.6.y-x86_64 +++ b/kernel/configs/generic-6.6.y-x86_64 @@ -398,6 +398,7 @@ CONFIG_NET_CLS_ACT=y CONFIG_NET_ACT_POLICE=y CONFIG_NET_ACT_GACT=y CONFIG_GACT_PROB=y +CONFIG_GPIOLIB=y CONFIG_NET_ACT_MIRRED=y CONFIG_NET_ACT_IPT=y CONFIG_NET_ACT_NAT=y