diff options
| author | Christian Marangi <ansuelsmth@gmail.com> | 2025-04-07 22:01:56 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-04-17 07:51:36 -0600 |
| commit | 6134e4efd432f1be74d48f46d2843bde8a8eb7f3 (patch) | |
| tree | 36a309af847c363803c86173115b8945d878d50a /drivers/spi/Makefile | |
| parent | 5ff602a3519b2efd9aa84b3bb364f782349e7fa2 (diff) | |
spi: airoha: Add Airoha SPI NAND driver
Add Airoha SPI NAND driver to permit usage of attached SNAND on the
Airoha AN7581 SoC. While SPI controller supports DMA transation, due to
U-Boot limitation we currently limit it to single command in Manual
mode.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'drivers/spi/Makefile')
| -rw-r--r-- | drivers/spi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index 21895d46429..da91b18b6ed 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile @@ -20,6 +20,7 @@ obj-$(CONFIG_SPI_MEM) += spi-mem-nodm.o endif obj-$(CONFIG_ADI_SPI3) += adi_spi3.o +obj-$(CONFIG_AIROHA_SNFI_SPI) += airoha_snfi_spi.o obj-$(CONFIG_ALTERA_SPI) += altera_spi.o obj-$(CONFIG_APPLE_SPI) += apple_spi.o obj-$(CONFIG_ATH79_SPI) += ath79_spi.o |
