]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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)
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

index bc7f37afc48bfa4c35b2eb7289f018febdc75482..0ea117581bde4913e02cbf00b751f761f6f24927 100644 (file)
@@ -491,7 +491,6 @@ config PINCTRL_PIC64GX
        depends on ARCH_MICROCHIP || COMPILE_TEST
        depends on OF
        select GENERIC_PINCONF
-       default y
        help
          This selects the pinctrl driver for gpio2 on pic64gx.
 
@@ -511,7 +510,6 @@ config PINCTRL_POLARFIRE_SOC
        depends on ARCH_MICROCHIP || COMPILE_TEST
        depends on OF
        select GENERIC_PINCONF
-       default y
        help
          This selects the pinctrl driver for Microchip Polarfire SoC.