Files
u-boot/drivers
J. Neuschäfer b6f8da1c2e gpio: 74x146: depend on DM_SPI
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'

Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
2025-03-04 11:59:51 -06:00
..
2025-01-20 19:26:54 -06:00
2024-12-07 09:07:04 -03:00
2024-12-23 08:10:15 -03:00
2024-11-20 17:57:58 +01:00
2025-03-04 11:59:51 -06:00
2024-12-11 08:36:24 +01:00
2025-02-18 12:30:53 -06:00
2025-01-22 16:43:54 +01:00
2025-02-18 08:26:43 -06:00