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

pinctrl: bcm63xx: Fix More dependencies

The additional patch below fixes all of the kconfig warnings and
build errors for me.

Link: https://lore.kernel.org/r/9e1cec76-1c0a-9203-7995-4c2d09b711d8@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
[Tweaked some other line in the BCMxxx]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Randy Dunlap and committed by
Linus Walleij
da35b19d aa5acf48

+6 -1
+6 -1
drivers/pinctrl/bcm/Kconfig
··· 31 31 32 32 config PINCTRL_BCM63XX 33 33 bool 34 - depends on OF 35 34 select PINMUX 36 35 select PINCONF 37 36 select GENERIC_PINCONF ··· 40 41 config PINCTRL_BCM6318 41 42 bool "Broadcom BCM6318 GPIO driver" 42 43 depends on (BMIPS_GENERIC || COMPILE_TEST) 44 + depends on OF 43 45 select PINCTRL_BCM63XX 44 46 default BMIPS_GENERIC 45 47 help ··· 49 49 config PINCTRL_BCM6328 50 50 bool "Broadcom BCM6328 GPIO driver" 51 51 depends on (BMIPS_GENERIC || COMPILE_TEST) 52 + depends on OF 52 53 select PINCTRL_BCM63XX 53 54 default BMIPS_GENERIC 54 55 help ··· 58 57 config PINCTRL_BCM6358 59 58 bool "Broadcom BCM6358 GPIO driver" 60 59 depends on (BMIPS_GENERIC || COMPILE_TEST) 60 + depends on OF 61 61 select PINCTRL_BCM63XX 62 62 default BMIPS_GENERIC 63 63 help ··· 67 65 config PINCTRL_BCM6362 68 66 bool "Broadcom BCM6362 GPIO driver" 69 67 depends on (BMIPS_GENERIC || COMPILE_TEST) 68 + depends on OF 70 69 select PINCTRL_BCM63XX 71 70 default BMIPS_GENERIC 72 71 help ··· 76 73 config PINCTRL_BCM6368 77 74 bool "Broadcom BCM6368 GPIO driver" 78 75 depends on (BMIPS_GENERIC || COMPILE_TEST) 76 + depends on OF 79 77 select PINCTRL_BCM63XX 80 78 default BMIPS_GENERIC 81 79 help ··· 85 81 config PINCTRL_BCM63268 86 82 bool "Broadcom BCM63268 GPIO driver" 87 83 depends on (BMIPS_GENERIC || COMPILE_TEST) 84 + depends on OF 88 85 select PINCTRL_BCM63XX 89 86 default BMIPS_GENERIC 90 87 help