]> git.ipfire.org Git - thirdparty/linux.git/commit
pinctrl: fix kismet issues with GENERIC_PINCTRL
authorConor Dooley <conor.dooley@microchip.com>
Fri, 30 Jan 2026 23:55:30 +0000 (23:55 +0000)
committerLinus Walleij <linusw@kernel.org>
Mon, 2 Feb 2026 23:56:53 +0000 (00:56 +0100)
commitea9975c221151b9541458b2038593f5863889ee9
tree05acf5d2816d5833d07a8eec914ec8fed433221d
parent12966116076f63b46f7118bb59f28a33cedc9f67
pinctrl: fix kismet issues with GENERIC_PINCTRL

lkp reported that GENERIC_PINCTRL can be select when its dependencies
are not. Swap the "depends on" out for "select", as is used in other
parts of the pinctrl core that are expected to be selected by drivers.

Fixes: 43722575e5cd ("pinctrl: add generic functions + pins mapper")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202601271725.gqlQ8Jl7-lkp@intel.com/
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/Kconfig