projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68294fc
)
spi: mpc8xx: Add GPIO dependency
author
Christophe Leroy
<christophe.leroy@csgroup.eu>
Tue, 2 Apr 2024 17:20:07 +0000
(19:20 +0200)
committer
Christophe Leroy
<christophe.leroy@csgroup.eu>
Thu, 18 Apr 2024 13:47:46 +0000
(15:47 +0200)
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>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index 69b184b0d9eebb79fa5da67d33441dc289de5ba3..612434633b35049d9ce37b98543e42665c435263 100644
(file)
--- 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