Skip to content

Commit db9c67b

Browse files
arndbBartosz Golaszewski
authored andcommitted
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: e885002 ("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>
1 parent 52721cf commit db9c67b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpio/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,6 +1568,7 @@ config GPIO_QIXIS_FPGA
15681568
tristate "NXP QIXIS FPGA GPIO support"
15691569
depends on MFD_SIMPLE_MFD_I2C || COMPILE_TEST
15701570
select GPIO_REGMAP
1571+
select REGMAP_MMIO
15711572
help
15721573
This enables support for the GPIOs found in the QIXIS FPGA which is
15731574
integrated on some NXP Layerscape boards such as LX2160ARDB and

0 commit comments

Comments
 (0)