Skip to content

kernel: generic-6.6.y-x86_64: add CONFIG_GPIOLIB=y to fix build failure after v6.6.148 - #332

Open
rpardini wants to merge 1 commit into
tinkerbell:mainfrom
rpardini:pr/kernel-generic-66y-x8664-add-CONFIGGPIOLIBy-to-fix-build-failure-after-v66148
Open

kernel: generic-6.6.y-x86_64: add CONFIG_GPIOLIB=y to fix build failure after v6.6.148#332
rpardini wants to merge 1 commit into
tinkerbell:mainfrom
rpardini:pr/kernel-generic-66y-x8664-add-CONFIGGPIOLIBy-to-fix-build-failure-after-v66148

Conversation

@rpardini

Copy link
Copy Markdown
Member
  • 🍃 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 <linux/gpio/driver.h> to core.c.
  • 🌵 Stable cherry-picked the later commit without that prerequisite

…re 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 <linux/gpio/driver.h> to core.c.
- Stable cherry-picked the later commit without that prerequisite

Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
@rpardini

Copy link
Copy Markdown
Member Author

Small maintenance fix, just to keep it building. (All my focus is really on captain at this stage.)

@rpardini
rpardini marked this pull request as ready for review August 13, 2026 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant