summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/Kconfig
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2025-12-12 11:10:01 +0900
committerLinus Walleij <linusw@kernel.org>2025-12-25 21:28:11 +0100
commita035b23b59c54c959cd4b89094aa4c44c6b41383 (patch)
tree01e47c4b21884f597df521b31547cf8d51314f92 /drivers/pinctrl/Kconfig
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8 (diff)
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>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r--drivers/pinctrl/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index bc7f37afc48b..0ea117581bde 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -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.