diff options
author | Julian Braha <[email protected]> | 2022-01-17 01:25:57 -0500 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2022-01-30 02:44:00 +0100 |
commit | 3a5286955bf5febc3d151bcb2c5e272e383b64aa (patch) | |
tree | 30761dc17dc00749fb79df69f1688fc852538ed6 /scripts/gdb/linux/tasks.py | |
parent | 5297c693d8c8e08fa742e3112cf70723f7a04da2 (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions