diff options
| author | Julian Braha <[email protected]> | 2021-10-29 00:46:10 +0000 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2021-11-16 01:19:14 +0000 |
| commit | 60430d4c4eddcdf8eac2bdbec9704f84a436eedf (patch) | |
| tree | 06b55c317311b0e514bc28e332887a349e205a13 /tools/perf/scripts/python/mem-phys-addr.py | |
| parent | pinctrl: tegra: Return const pointer from tegra_pinctrl_get_group() (diff) | |
| download | kernel-60430d4c4eddcdf8eac2bdbec9704f84a436eedf.tar.gz kernel-60430d4c4eddcdf8eac2bdbec9704f84a436eedf.zip | |
pinctrl: qcom: fix unmet dependencies on GPIOLIB for GPIOLIB_IRQCHIP
When PINCTRL_QCOM_SPMI_PMIC or PINCTRL_QCOM_SSBI_PMIC
is selected, and GPIOLIB is not selected, Kbuild
gives the following warnings:
WARNING: unmet direct dependencies detected for GPIOLIB_IRQCHIP
Depends on [n]: GPIOLIB [=n]
Selected by [y]:
- PINCTRL_QCOM_SPMI_PMIC [=y] && PINCTRL [=y] && (ARCH_QCOM [=n] || COMPILE_TEST [=y]) && OF [=y] && SPMI [=y]
WARNING: unmet direct dependencies detected for GPIOLIB_IRQCHIP
Depends on [n]: GPIOLIB [=n]
Selected by [y]:
- PINCTRL_QCOM_SSBI_PMIC [=y] && PINCTRL [=y] && (ARCH_QCOM [=n] || COMPILE_TEST [=y]) && OF [=y]
This is because these config options enable GPIOLIB_IRQCHIP
without selecting or depending on GPIOLIB, despite
GPIOLIB_IRQCHIP depending on GPIOLIB.
These unmet dependency bugs were 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 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions
