diff options
author | Gary King <gking@nvidia.com> | 2009-12-10 17:31:06 -0800 |
---|---|---|
committer | Gary King <gking@nvidia.com> | 2009-12-11 15:03:15 -0800 |
commit | 244a6732bde71a879ec29ce07a8a0ec12a98c337 (patch) | |
tree | 0e64291f6672516ed39c52f67e2b46a078dfbf9c /drivers/spi/Makefile | |
parent | b86cbafbb7328f276b6540c1cec4491d4c2d342a (diff) |
SPI: add NvRm-based SPI driver for NVIDIA Tegra SoCs
Adds a SPI bus driver for NVIDIA Tegra SoCs, using NVIDIA's NvRm and NvOs
APIs
Change-Id: I1e7f5f9e692079b15b1e5e9b253ca25cb047e861
Diffstat (limited to 'drivers/spi/Makefile')
-rw-r--r-- | drivers/spi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index 5d0451936d86..e41c02e7be31 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile @@ -30,6 +30,8 @@ obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24xx.o obj-$(CONFIG_SPI_TXX9) += spi_txx9.o obj-$(CONFIG_SPI_XILINX) += xilinx_spi.o obj-$(CONFIG_SPI_SH_SCI) += spi_sh_sci.o +obj-$(CONFIG_SPI_TEGRA) += tegra_spi.o + # ... add above this line ... # SPI protocol drivers (device/link on bus) |