diff options
author | Julian Braha <[email protected]> | 2021-04-13 22:51:38 -0400 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2021-04-14 09:11:14 +0200 |
commit | 376f9e34c10faa3e94b881088b160cfda540ae5f (patch) | |
tree | 74544e8ad72f9a69c097c63b9ab23123d0a90cd8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cbde6c823bfaa553fb162257a5926ba15ebaaa43 (diff) |
drivers: pinctrl: qcom: fix Kconfig dependency on GPIOLIB
When PINCTRL_MSM is enabled, and GPIOLIB is disabled,
Kbuild gives the following warning:
WARNING: unmet direct dependencies detected for GPIOLIB_IRQCHIP
Depends on [n]: GPIOLIB [=n]
Selected by [y]:
- PINCTRL_MSM [=y] && PINCTRL [=y] && (ARCH_QCOM || COMPILE_TEST [=y])
This is because PINCTRL_MSM selects GPIOLIB_IRQCHIP,
without selecting or depending on GPIOLIB, despite
GPIOLIB_IRQCHIP depending on GPIOLIB. Having PINCTRL_MSM
select GPIOLIB will cause a recursive dependency error.
Signed-off-by: Julian Braha <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions