[PATCH v1 1/2] configs: {aquila, verdin, toradex-smarc}-imx95: remove CONFIG_SPI
Stefan Eichenberger <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
From: Stefan Eichenberger <[email protected]> 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 <[email protected]> --- 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