From: Stefan Eichenberger <eichest@gmail.com>
To: francesco.dolcini@toradex.com, sbabic@nabladev.com,
festevam@gmail.com, uboot-imx@nxp.com, trini@konsulko.com,
franz.schnyder@toradex.com, emanuele.ghidoli@toradex.com,
stefan.eichenberger@toradex.com, ernest.vanhoecke@toradex.com,
alice.guo@nxp.com, peng.fan@nxp.com
Cc: u-boot@lists.u-boot-project.org
Subject: [PATCH v1 1/2] configs: {aquila, verdin, toradex-smarc}-imx95: remove CONFIG_SPI
Date: Wed, 19 Aug 2026 15:38:36 +0200 [thread overview]
Message-ID: <20260819133900.167046-2-eichest@gmail.com> (raw)
In-Reply-To: <20260819133900.167046-1-eichest@gmail.com>
From: Stefan Eichenberger <stefan.eichenberger@toradex.com>
CONFIG_SPI=y has been set on the Toradex i.MX95 boards since their
initial board support commits, but none of them selects an SPI
controller or slave driver. The option therefore only builds the SPI
uclass with no bus behind it, and SPI is not usable in U-Boot on these
boards.
Remove CONFIG_SPI from the aquila-imx95, toradex-smarc-imx95 and
verdin-imx95 defconfigs to reduce maintenance effort. No other symbol
selects SPI, so the resulting configuration ends up with
"# CONFIG_SPI is not set".
Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
---
configs/aquila-imx95_defconfig | 1 -
configs/toradex-smarc-imx95_defconfig | 1 -
configs/verdin-imx95_defconfig | 1 -
3 files changed, 3 deletions(-)
diff --git a/configs/aquila-imx95_defconfig b/configs/aquila-imx95_defconfig
index bb3d475ef4d..dcac9fdc615 100644
--- a/configs/aquila-imx95_defconfig
+++ b/configs/aquila-imx95_defconfig
@@ -160,7 +160,6 @@ CONFIG_REMOTEPROC_IMX=y
CONFIG_DM_RNG=y
CONFIG_DM_SERIAL=y
CONFIG_FSL_LPUART=y
-CONFIG_SPI=y
CONFIG_DM_THERMAL=y
CONFIG_USB=y
CONFIG_DM_USB_GADGET=y
diff --git a/configs/toradex-smarc-imx95_defconfig b/configs/toradex-smarc-imx95_defconfig
index 9abadb0ed1a..cd8344572ad 100644
--- a/configs/toradex-smarc-imx95_defconfig
+++ b/configs/toradex-smarc-imx95_defconfig
@@ -162,7 +162,6 @@ CONFIG_REMOTEPROC_IMX=y
CONFIG_DM_RNG=y
CONFIG_DM_SERIAL=y
CONFIG_FSL_LPUART=y
-CONFIG_SPI=y
CONFIG_DM_THERMAL=y
CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
diff --git a/configs/verdin-imx95_defconfig b/configs/verdin-imx95_defconfig
index daf41a8b830..0d15a04635c 100644
--- a/configs/verdin-imx95_defconfig
+++ b/configs/verdin-imx95_defconfig
@@ -164,7 +164,6 @@ CONFIG_REMOTEPROC_IMX=y
CONFIG_DM_RNG=y
CONFIG_DM_SERIAL=y
CONFIG_FSL_LPUART=y
-CONFIG_SPI=y
CONFIG_DM_THERMAL=y
CONFIG_USB=y
CONFIG_DM_USB_GADGET=y
--
2.55.0
next prev parent reply other threads:[~2026-08-19 13:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-19 13:38 [PATCH v1 0/2] Cleanup i.MX95 based Toradex boards Stefan Eichenberger
2026-08-19 13:38 ` Stefan Eichenberger [this message]
2026-08-19 13:38 ` [PATCH v1 2/2] imx: verdin-imx95: remove unused WDOG_BASE_ADDR Stefan Eichenberger
2026-08-19 13:43 ` [PATCH v1 0/2] Cleanup i.MX95 based Toradex boards Francesco Dolcini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260819133900.167046-2-eichest@gmail.com \
--to=eichest@gmail.com \
--cc=alice.guo@nxp.com \
--cc=emanuele.ghidoli@toradex.com \
--cc=ernest.vanhoecke@toradex.com \
--cc=festevam@gmail.com \
--cc=francesco.dolcini@toradex.com \
--cc=franz.schnyder@toradex.com \
--cc=peng.fan@nxp.com \
--cc=sbabic@nabladev.com \
--cc=stefan.eichenberger@toradex.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.u-boot-project.org \
--cc=uboot-imx@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox