aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2024-04-02 19:20:07 +0200
committerChristophe Leroy <christophe.leroy@csgroup.eu>2024-04-18 15:47:46 +0200
commit8f58ecf6c328b318187027e1a911a975747b173d (patch)
tree98e6ae86f266898bc9bf27c206648d979ced189d /drivers/spi
parent68294fcd9e24028a99e329a57f615b42d7199966 (diff)
downloadu-boot-8f58ecf6c328b318187027e1a911a975747b173d.zip
u-boot-8f58ecf6c328b318187027e1a911a975747b173d.tar.gz
u-boot-8f58ecf6c328b318187027e1a911a975747b173d.tar.bz2
spi: mpc8xx: Add GPIO dependency
Since commit 773ad4ebb1d6 ("spi, mpc8xx: Add support for chipselect via GPIO and fixups"), DM_GPIO is required for 8xx SPI. Add the missing dependency to avoid build failures. Fixes: 773ad4ebb1d6 ("spi, mpc8xx: Add support for chipselect via GPIO and fixups") Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Diffstat (limited to 'drivers/spi')
-rw-r--r--drivers/spi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 69b184b..6124346 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -262,7 +262,7 @@ config MESON_SPIFC_A1
config MPC8XX_SPI
bool "MPC8XX SPI Driver"
- depends on MPC8xx
+ depends on MPC8xx && DM_GPIO
help
Enable support for SPI on MPC8XX