Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54747
b: refs/heads/master
c: 63bd235
h: refs/heads/master
i:
  54745: 2098906
  54743: c794286
v: v3
  • Loading branch information
Jan Nikitenko authored and Linus Torvalds committed May 8, 2007
1 parent 3c674d2 commit afb0393
Show file tree
Hide file tree
Showing 5 changed files with 1,003 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 33e34dc6ee2cb2cf2d50e65c5b825d9ebb8b9e66
refs/heads/master: 63bd23591e6c3891d34e4c6dba7c6aa41b05caad
11 changes: 11 additions & 0 deletions trunk/drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@ config SPI_BFIN
help
This is the SPI controller master driver for Blackfin 5xx processor.

config SPI_AU1550
tristate "Au1550/Au12x0 SPI Controller"
depends on SPI_MASTER && (SOC_AU1550 || SOC_AU1200) && EXPERIMENTAL
select SPI_BITBANG
help
If you say yes to this option, support will be included for the
Au1550 SPI controller (may also work with Au1200,Au1210,Au1250).

This driver can also be built as a module. If so, the module
will be called au1550_spi.

config SPI_BITBANG
tristate "Bitbanging SPI master"
depends on SPI_MASTER && EXPERIMENTAL
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/spi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ obj-$(CONFIG_SPI_MASTER) += spi.o
obj-$(CONFIG_SPI_ATMEL) += atmel_spi.o
obj-$(CONFIG_SPI_BFIN) += spi_bfin5xx.o
obj-$(CONFIG_SPI_BITBANG) += spi_bitbang.o
obj-$(CONFIG_SPI_AU1550) += au1550_spi.o
obj-$(CONFIG_SPI_BUTTERFLY) += spi_butterfly.o
obj-$(CONFIG_SPI_IMX) += spi_imx.o
obj-$(CONFIG_SPI_PXA2XX) += pxa2xx_spi.o
Expand Down
Loading

0 comments on commit afb0393

Please sign in to comment.