diff options
author | Necip Fazil Yildiran | 2020-09-14 17:40:26 +0300 |
---|---|---|
committer | Linus Walleij | 2020-09-29 14:58:56 +0200 |
commit | 513034d8b089b9a49dab57845aee70e830fe7334 (patch) | |
tree | 866bf00103a2f2eb0ef8aa2f7480852c0e12ef98 /drivers/pinctrl/mediatek/pinctrl-mt8135.c | |
parent | 0399961233f1ba0792b272cdd1280b5aea033ea6 (diff) |
pinctrl: bcm: fix kconfig dependency warning when !GPIOLIB
When PINCTRL_BCM2835 is enabled and GPIOLIB is disabled, it results in the
following Kbuild warning:
WARNING: unmet direct dependencies detected for GPIOLIB_IRQCHIP
Depends on [n]: GPIOLIB [=n]
Selected by [y]:
- PINCTRL_BCM2835 [=y] && PINCTRL [=y] && OF [=y] && (ARCH_BCM2835 [=n] || ARCH_BRCMSTB [=n] || COMPILE_TEST [=y])
The reason is that PINCTRL_BCM2835 selects GPIOLIB_IRQCHIP without
depending on or selecting GPIOLIB while GPIOLIB_IRQCHIP is subordinate to
GPIOLIB.
Honor the kconfig menu hierarchy to remove kconfig dependency warnings.
Fixes: 85ae9e512f43 ("pinctrl: bcm2835: switch to GPIOLIB_IRQCHIP")
Signed-off-by: Necip Fazil Yildiran <fazilyildiran@gmail.com>
Link: https://lore.kernel.org/r/20200914144025.371370-1-fazilyildiran@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/mediatek/pinctrl-mt8135.c')
0 files changed, 0 insertions, 0 deletions