]> git.ipfire.org Git - thirdparty/linux.git/commit
gpio: qixis: select CONFIG_REGMAP_MMIO
authorArnd Bergmann <arnd@arndb.de>
Thu, 4 Dec 2025 09:48:47 +0000 (10:48 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Fri, 5 Dec 2025 08:51:27 +0000 (09:51 +0100)
commitdb9c67bfca8585bb7f00f289056e7b83502861c8
treea9d18e184dbc7904cff1a297134b45f3e3bd630c
parent52721cfc78c76b09c66e092b52617006390ae96a
gpio: qixis: select CONFIG_REGMAP_MMIO

The regmap drivers need to be selected by each user, without that there
can be configurations that fail to link:

x86_64-linux-ld: drivers/gpio/gpio-qixis-fpga.o: in function `qixis_cpld_gpio_probe':
gpio-qixis-fpga.c:(.text+0x13a): undefined reference to `__devm_regmap_init_mmio_clk'

Fixes: e88500247dc3 ("gpio: add QIXIS FPGA GPIO controller")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20251204094928.1031494-1-arnd@kernel.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
drivers/gpio/Kconfig