Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Johan Hovold and committed by
Linus Walleij
a035b23b 8f0b4cce

-2
-2
drivers/pinctrl/Kconfig
··· 491 491 depends on ARCH_MICROCHIP || COMPILE_TEST 492 492 depends on OF 493 493 select GENERIC_PINCONF 494 - default y 495 494 help 496 495 This selects the pinctrl driver for gpio2 on pic64gx. 497 496 ··· 510 511 depends on ARCH_MICROCHIP || COMPILE_TEST 511 512 depends on OF 512 513 select GENERIC_PINCONF 513 - default y 514 514 help 515 515 This selects the pinctrl driver for Microchip Polarfire SoC. 516 516