summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTimur Tabi <ttabi@nvidia.com>2026-06-03 00:11:16 +0300
committerLinus Walleij <linusw@kernel.org>2026-06-09 01:48:12 +0300
commitfd9490bdd4536a8e0911578f62164176b9000552 (patch)
treea495cccbc0da53d2da1b9796f4ba986483f71c42 /scripts
parent388d2fe16283d68e4be8c5317809a4a218ebeace (diff)
downloadlinux-fd9490bdd4536a8e0911578f62164176b9000552.tar.xz
pinctrl: PINCTRL_STMFX should depend on CONFIG_OF
Commit e785c990adcc ("pinctrl: Kconfig: drop unneeded dependencies on OF_GPIO") removed a redundant dependecy on CONFIG_OF_GPIO for several pinctrl drivers, but this change also removed a dependency on CONFIG_OF for some of those drivers. Normally, this wouldn't be a problem, but PINCTRL_STMFX also selected MFD_STMFX, which does depend on CONFIG_OF. This conflict allows MFD_STMFX to be enabled even if CONFIG_OF is disabled. Fix this by also having PINCTRL_STMFX depend on CONFIG_OF. This is okay because the pinctrl-stmfx driver actually does depend on CONFIG_OF functions. Fixes: e785c990adcc ("pinctrl: Kconfig: drop unneeded dependencies on OF_GPIO") Signed-off-by: Timur Tabi <ttabi@nvidia.com> Signed-off-by: Linus Walleij <linusw@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions