Skip to content

Commit 781411f

Browse files
Bartosz GolaszewskiLinus Walleij
authored andcommitted
pinctrl: at91: drop unneeded dependency on OF_GPIO
This driver does not use any symbols from gpiolib-of.c. There's no reason for it to select OF_GPIO directly. This addresses a kismet issue reported by the build bot. Fixes: 8e86af6 ("pinctrl: at91: allow building the module with COMPILE_TEST=y") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202505010447.kUlI61vt-lkp@intel.com/ Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Link: https://lore.kernel.org/20250502100841.113091-1-brgl@bgdev.pl Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 9e4c444 commit 781411f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/pinctrl/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ config PINCTRL_AT91
107107
select PINMUX
108108
select PINCONF
109109
select GPIOLIB
110-
select OF_GPIO
111110
select GPIOLIB_IRQCHIP
112111
help
113112
Say Y here to enable the at91 pinctrl driver

0 commit comments

Comments
 (0)