]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pinctrl: fix compile test defaults
authorJohan Hovold <johan@kernel.org>
Fri, 12 Dec 2025 02:10:01 +0000 (11:10 +0900)
committerLinus Walleij <linusw@kernel.org>
Thu, 25 Dec 2025 20:28:11 +0000 (21:28 +0100)
commita035b23b59c54c959cd4b89094aa4c44c6b41383
tree01e47c4b21884f597df521b31547cf8d51314f92
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
pinctrl: fix compile test defaults

Enabling compile testing should not enable every individual driver (we
have "allyesconfig" for that) but two new drivers got this wrong.

Default to n instead of ARCH_MICROCHIP as these drivers are not needed
in every Microchip build either.

Fixes: 38cf9d641314 ("pinctrl: add pic64gx "gpio2" pinmux driver")
Fixes: 46397274da22 ("pinctrl: add polarfire soc iomux0 pinmux driver")
Cc: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/Kconfig