diff options
author | David Daney <david.daney@cavium.com> | 2012-08-22 15:25:07 -0400 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-08-22 17:46:38 -0400 |
commit | 6b52c00f2b4931c12117dc32a7cf6d5ee59f14ea (patch) | |
tree | a250907a597184ac43abc343b89e85692f456e41 /drivers/spi/Makefile | |
parent | 95d585fc289cae216b5abed65bb3dbc85b5d91d4 (diff) |
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 3920dcf4c740..93d87bcdf3f5 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile | |||
@@ -38,6 +38,7 @@ obj-$(CONFIG_SPI_MPC52xx_PSC) += spi-mpc52xx-psc.o | |||
38 | obj-$(CONFIG_SPI_MPC52xx) += spi-mpc52xx.o | 38 | obj-$(CONFIG_SPI_MPC52xx) += spi-mpc52xx.o |
39 | obj-$(CONFIG_SPI_NUC900) += spi-nuc900.o | 39 | obj-$(CONFIG_SPI_NUC900) += spi-nuc900.o |
40 | obj-$(CONFIG_SPI_OC_TINY) += spi-oc-tiny.o | 40 | obj-$(CONFIG_SPI_OC_TINY) += spi-oc-tiny.o |
41 | obj-$(CONFIG_SPI_OCTEON) += spi-octeon.o | ||
41 | obj-$(CONFIG_SPI_OMAP_UWIRE) += spi-omap-uwire.o | 42 | obj-$(CONFIG_SPI_OMAP_UWIRE) += spi-omap-uwire.o |
42 | obj-$(CONFIG_SPI_OMAP_100K) += spi-omap-100k.o | 43 | obj-$(CONFIG_SPI_OMAP_100K) += spi-omap-100k.o |
43 | obj-$(CONFIG_SPI_OMAP24XX) += spi-omap2-mcspi.o | 44 | obj-$(CONFIG_SPI_OMAP24XX) += spi-omap2-mcspi.o |