linux-stable/drivers/pinctrl/bcm
Julian Braha 3a5286955b pinctrl: bcm63xx: fix unmet dependency on REGMAP for GPIO_REGMAP
When PINCTRL_BCM63XX is selected,
and REGMAP is not selected,
Kbuild gives the following warning:

WARNING: unmet direct dependencies detected for GPIO_REGMAP
  Depends on [n]: GPIOLIB [=y] && REGMAP [=n]
  Selected by [y]:
  - PINCTRL_BCM63XX [=y] && PINCTRL [=y]

This is because PINCTRL_BCM63XX
selects GPIO_REGMAP without selecting or depending on
REGMAP, despite GPIO_REGMAP depending on REGMAP.

This unmet dependency bug was detected by Kismet,
a static analysis tool for Kconfig. Please advise
if this is not the appropriate solution.

Signed-off-by: Julian Braha <julianbraha@gmail.com>
Link: https://lore.kernel.org/r/20220117062557.89568-1-julianbraha@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2022-01-30 02:44:00 +01:00
..
Kconfig pinctrl: bcm63xx: fix unmet dependency on REGMAP for GPIO_REGMAP 2022-01-30 02:44:00 +01:00
Makefile pinctrl: add a pincontrol driver for BCM6318 2021-03-29 12:20:09 +02:00
pinctrl-bcm63xx.c pinctrl: bcm: add bcm63xx base code 2021-03-29 12:20:07 +02:00
pinctrl-bcm63xx.h pinctrl: bcm: Constify static pinmux_ops 2021-06-09 11:18:33 +02:00
pinctrl-bcm281xx.c pinctrl: bcm: pinctrl-bcm281xx: Demote obvious misuse of kerneldoc to standard comment blocks 2020-07-16 15:12:38 +02:00
pinctrl-bcm2835.c pinctrl: bcm2835: Fix a few error paths 2022-01-30 02:33:39 +01:00
pinctrl-bcm6318.c pinctrl: bcm: Constify static pinmux_ops 2021-06-09 11:18:33 +02:00
pinctrl-bcm6328.c pinctrl: bcm: Constify static pinmux_ops 2021-06-09 11:18:33 +02:00
pinctrl-bcm6358.c pinctrl: bcm: Constify static pinmux_ops 2021-06-09 11:18:33 +02:00
pinctrl-bcm6362.c pinctrl: bcm: Constify static pinmux_ops 2021-06-09 11:18:33 +02:00
pinctrl-bcm6368.c pinctrl: bcm: Constify static pinmux_ops 2021-06-09 11:18:33 +02:00
pinctrl-bcm63268.c pinctrl: bcm: Constify static pinmux_ops 2021-06-09 11:18:33 +02:00
pinctrl-cygnus-mux.c pinctrl: use devm_platform_ioremap_resource() to simplify code 2019-11-05 15:33:40 +01:00
pinctrl-iproc-gpio.c pinctrl: Get rid of duplicate of_node assignment in the drivers 2021-12-16 04:18:30 +01:00
pinctrl-ns.c pinctrl: bcm: ns: use generic groups & functions helpers 2021-12-26 04:22:11 +01:00
pinctrl-ns2-mux.c pinctrl: bcm: Simplify bool comparison 2021-01-18 16:30:08 +01:00
pinctrl-nsp-gpio.c pinctrl: Get rid of duplicate of_node assignment in the drivers 2021-12-16 04:18:30 +01:00
pinctrl-nsp-mux.c remove ioremap_nocache and devm_ioremap_nocache 2020-01-06 09:45:59 +01:00