]> git.dujemihanovic.xyz Git - u-boot.git/commit
spi: mpc8xx: Add GPIO dependency
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 2 Apr 2024 17:20:07 +0000 (19:20 +0200)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 18 Apr 2024 13:47:46 +0000 (15:47 +0200)
commit8f58ecf6c328b318187027e1a911a975747b173d
tree98e6ae86f266898bc9bf27c206648d979ced189d
parent68294fcd9e24028a99e329a57f615b42d7199966
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>
drivers/spi/Kconfig