Skip to content

Commit dce4bc3

Browse files
bulwahnbroonie
authored andcommitted
spi: spi-fsl-dspi: Revert unintended dependency change in config SPI_FSL_DSPI
Commit 9a30e33 ("spi: spi-fsl-dspi: Enable support for S32G platforms") reworks the dependencies of config SPI_FSL_DSPI, but introduces a typo changing the dependency to M5441x to a dependency on a non-existing config M54541x. Revert the unintended change to depend on the config M5441x. Fixes: 9a30e33 ("spi: spi-fsl-dspi: Enable support for S32G platforms") Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com> Reviewed-by: James Clark <james.clark@linaro.org> Link: https://patch.msgid.link/20250616091955.20547-1-lukas.bulwahn@redhat.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 22a6456 commit dce4bc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/spi/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ config SPI_FSL_SPI
647647
config SPI_FSL_DSPI
648648
tristate "Freescale DSPI controller"
649649
select REGMAP_MMIO
650-
depends on ARCH_MXC || ARCH_NXP || M54541x || COMPILE_TEST
650+
depends on ARCH_MXC || ARCH_NXP || M5441x || COMPILE_TEST
651651
help
652652
This enables support for the Freescale DSPI controller in master
653653
mode. S32, VF610, LS1021A and ColdFire platforms uses the controller.

0 commit comments

Comments
 (0)