diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2021-04-01 20:47:03 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-04-08 10:52:04 +0300 |
commit | da35b19d62c17f1f25878be5cb2d8cd501b1c3c6 (patch) | |
tree | 48e638860975d89c7e85a5624148288010699206 /drivers/pinctrl/bcm | |
parent | aa5acf48629933c12750fc24e8ded47624556b6f (diff) | |
download | linux-da35b19d62c17f1f25878be5cb2d8cd501b1c3c6.tar.xz |
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>
Diffstat (limited to 'drivers/pinctrl/bcm')
-rw-r--r-- | drivers/pinctrl/bcm/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/pinctrl/bcm/Kconfig b/drivers/pinctrl/bcm/Kconfig index 17615674ac1a..c9c5efc92731 100644 --- a/drivers/pinctrl/bcm/Kconfig +++ b/drivers/pinctrl/bcm/Kconfig @@ -31,7 +31,6 @@ config PINCTRL_BCM2835 config PINCTRL_BCM63XX bool - depends on OF select PINMUX select PINCONF select GENERIC_PINCONF @@ -41,6 +40,7 @@ config PINCTRL_BCM63XX config PINCTRL_BCM6318 bool "Broadcom BCM6318 GPIO driver" depends on (BMIPS_GENERIC || COMPILE_TEST) + depends on OF select PINCTRL_BCM63XX default BMIPS_GENERIC help @@ -49,6 +49,7 @@ config PINCTRL_BCM6318 config PINCTRL_BCM6328 bool "Broadcom BCM6328 GPIO driver" depends on (BMIPS_GENERIC || COMPILE_TEST) + depends on OF select PINCTRL_BCM63XX default BMIPS_GENERIC help @@ -57,6 +58,7 @@ config PINCTRL_BCM6328 config PINCTRL_BCM6358 bool "Broadcom BCM6358 GPIO driver" depends on (BMIPS_GENERIC || COMPILE_TEST) + depends on OF select PINCTRL_BCM63XX default BMIPS_GENERIC help @@ -65,6 +67,7 @@ config PINCTRL_BCM6358 config PINCTRL_BCM6362 bool "Broadcom BCM6362 GPIO driver" depends on (BMIPS_GENERIC || COMPILE_TEST) + depends on OF select PINCTRL_BCM63XX default BMIPS_GENERIC help @@ -73,6 +76,7 @@ config PINCTRL_BCM6362 config PINCTRL_BCM6368 bool "Broadcom BCM6368 GPIO driver" depends on (BMIPS_GENERIC || COMPILE_TEST) + depends on OF select PINCTRL_BCM63XX default BMIPS_GENERIC help @@ -81,6 +85,7 @@ config PINCTRL_BCM6368 config PINCTRL_BCM63268 bool "Broadcom BCM63268 GPIO driver" depends on (BMIPS_GENERIC || COMPILE_TEST) + depends on OF select PINCTRL_BCM63XX default BMIPS_GENERIC help |