diff options
author | David Daney <david.daney@cavium.com> | 2012-08-22 19:25:07 (GMT) |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-08-22 21:46:38 (GMT) |
commit | 6b52c00f2b4931c12117dc32a7cf6d5ee59f14ea (patch) | |
tree | a250907a597184ac43abc343b89e85692f456e41 /drivers/spi/Makefile | |
parent | 95d585fc289cae216b5abed65bb3dbc85b5d91d4 (diff) | |
download | linux-6b52c00f2b4931c12117dc32a7cf6d5ee59f14ea.tar.xz |
spi: Add SPI master controller for OCTEON SOCs.
Add the driver, link it into the kbuild system and provide device tree
binding documentation.
Signed-off-by: David Daney <david.daney@cavium.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Patchwork: http://patchwork.linux-mips.org/patch/4292/
Signed-off-by: John Crispin <blogic@openwrt.org>
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 3920dcf..93d87bc 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile @@ -38,6 +38,7 @@ obj-$(CONFIG_SPI_MPC52xx_PSC) += spi-mpc52xx-psc.o obj-$(CONFIG_SPI_MPC52xx) += spi-mpc52xx.o obj-$(CONFIG_SPI_NUC900) += spi-nuc900.o obj-$(CONFIG_SPI_OC_TINY) += spi-oc-tiny.o +obj-$(CONFIG_SPI_OCTEON) += spi-octeon.o obj-$(CONFIG_SPI_OMAP_UWIRE) += spi-omap-uwire.o obj-$(CONFIG_SPI_OMAP_100K) += spi-omap-100k.o obj-$(CONFIG_SPI_OMAP24XX) += spi-omap2-mcspi.o |