diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2025-08-14 19:27:21 -0700 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2025-08-22 08:34:30 +0200 |
commit | a12946bef0407cf2db0899c83d42c47c00af3fbc (patch) | |
tree | af75e50ed0db08d065230eda8decd4257f4df58e /tools/perf/scripts/python/flamegraph.py | |
parent | 23800ad1265f10c2bc6f42154ce4d20e59f2900e (diff) |
pinctrl: STMFX: add missing HAS_IOMEM dependency
When building on ARCH=um (which does not set HAS_IOMEM), kconfig
reports an unmet dependency caused by PINCTRL_STMFX. It selects
MFD_STMFX, which depends on HAS_IOMEM. To stop this warning,
PINCTRL_STMFX should also depend on HAS_IOMEM.
kconfig warning:
WARNING: unmet direct dependencies detected for MFD_STMFX
Depends on [n]: HAS_IOMEM [=n] && I2C [=y] && OF [=y]
Selected by [y]:
- PINCTRL_STMFX [=y] && PINCTRL [=y] && I2C [=y] && OF_GPIO [=y]
Fixes: 1490d9f841b1 ("pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/20250815022721.1650885-1-rdunlap@infradead.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions