]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mmc: sdhci-esdhc-imx: add alternate ARCH_S32 dependency to Kconfig
authorJared Kangas <jkangas@redhat.com>
Fri, 12 Dec 2025 15:03:17 +0000 (07:03 -0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 17 Dec 2025 13:14:51 +0000 (14:14 +0100)
commitd3ecb12e2e04ce53c95f933c462f2d8b150b965b
tree0687ce43720467fc97397b7545db5d49cdb967e1
parenta9c4c9085ec8ce3ce01be21b75184789e74f5f19
mmc: sdhci-esdhc-imx: add alternate ARCH_S32 dependency to Kconfig

MMC_SDHCI_ESDHC_IMX requires ARCH_MXC despite also being used on
ARCH_S32, which results in unmet dependencies when compiling strictly
for ARCH_S32. Resolve this by adding ARCH_S32 as an alternative to
ARCH_MXC in the driver's dependencies.

Fixes: 5c4f00627c9a ("mmc: sdhci-esdhc-imx: add NXP S32G2 support")
Cc: stable@bvger.kernel.org
Signed-off-by: Jared Kangas <jkangas@redhat.com>
Reviewed-by: Haibo Chen <haibo.chen@nxp.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/Kconfig