public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: build TEGRA SPI & QSPI
@ 2022-09-13  4:10 Krishna Yarlagadda
  2022-09-15 12:04 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Krishna Yarlagadda @ 2022-09-13  4:10 UTC (permalink / raw)
  To: catalin.marinas, will, thierry.reding, jonathanh
  Cc: linux-kernel, linux-arm-kernel, linux-tegra, Krishna Yarlagadda

Jetson AGX board has flash device on QSPI controller and SPI instance
on 40-pin expander.

Enable TEGRA SPI & QSPI drivers in defconfig as modules.

Signed-off-by: Krishna Yarlagadda <kyarlagadda@nvidia.com>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index edff0f265c4e..e5cc2f94b71d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -492,6 +492,8 @@ CONFIG_SPI_QCOM_GENI=m
 CONFIG_SPI_S3C64XX=y
 CONFIG_SPI_SH_MSIOF=m
 CONFIG_SPI_SUN6I=y
+CONFIG_SPI_TEGRA210_QUAD=m
+CONFIG_SPI_TEGRA114=m
 CONFIG_SPI_SPIDEV=m
 CONFIG_SPMI=y
 CONFIG_PINCTRL_MAX77620=y
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-15 12:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-13  4:10 [PATCH] arm64: defconfig: build TEGRA SPI & QSPI Krishna Yarlagadda
2022-09-15 12:04 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox