diff options
author | J. Neuschäfer <j.ne@posteo.net> | 2025-02-17 12:18:03 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-03-04 11:59:51 -0600 |
commit | b6f8da1c2e1a91fbf3059bbd68e3355d76c88b42 (patch) | |
tree | 6b51804bb6cd4b1359e92fade1dcd9041ec92248 /drivers/pwm/pwm-stm32.c | |
parent | 78f8c8c58f7d3f7c3a26af4afbd08aba21c14c90 (diff) |
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>
Diffstat (limited to 'drivers/pwm/pwm-stm32.c')
0 files changed, 0 insertions, 0 deletions