[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250616091955.20547-1-lukas.bulwahn@redhat.com>
Date: Mon, 16 Jun 2025 11:19:55 +0200
From: Lukas Bulwahn <lbulwahn@...hat.com>
To: Mark Brown <broonie@...nel.org>,
James Clark <james.clark@...aro.org>,
Ciprian Marian Costea <ciprianmarian.costea@....com>,
Larisa Grigore <Larisa.Grigore@....com>,
Stoica Cosmin-Stefan <cosmin.stoica@....com>,
linux-spi@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...hat.com>
Subject: [PATCH] spi: spi-fsl-dspi: Revert unintended dependency change in config SPI_FSL_DSPI
From: Lukas Bulwahn <lukas.bulwahn@...hat.com>
Commit 9a30e332c36c ("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: 9a30e332c36c ("spi: spi-fsl-dspi: Enable support for S32G platforms")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...hat.com>
---
drivers/spi/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 60eb65c927b1..f2d2295a5501 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -647,7 +647,7 @@ config SPI_FSL_SPI
config SPI_FSL_DSPI
tristate "Freescale DSPI controller"
select REGMAP_MMIO
- depends on ARCH_MXC || ARCH_NXP || M54541x || COMPILE_TEST
+ depends on ARCH_MXC || ARCH_NXP || M5441x || COMPILE_TEST
help
This enables support for the Freescale DSPI controller in master
mode. S32, VF610, LS1021A and ColdFire platforms uses the controller.
--
2.49.0
Powered by blists - more mailing lists