[PATCH] gpio: 74x146: depend on DM_SPI
Tom Rini
trini at konsulko.com
Wed Mar 5 05:34:53 CET 2025
On Mon, 17 Feb 2025 12:18:03 +0100, J. Neuschäfer wrote:
> Currently, Kconfig allows building CONFIG_DM_74X164 without
> CONFIG_DM_SPI, which results in linker errors because this driver
> actually uses dm_spi_* functions:
>
> drivers/gpio/74x164_gpio.o: in function `gen_74x164_write_conf':
> undefined reference to `dm_spi_claim_bus'
> undefined reference to `dm_spi_xfer'
> undefined reference to `dm_spi_release_bus'
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list