mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 05:24:39 +01:00
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:38cf9d6413("pinctrl: add pic64gx "gpio2" pinmux driver") Fixes:46397274da("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>
This commit is contained in:
parent
8f0b4cce44
commit
a035b23b59
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue