Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164795
b: refs/heads/master
c: 0644c48
h: refs/heads/master
i:
  164793: 31fa4c3
  164791: 12012c6
v: v3
  • Loading branch information
dmitry pervushin authored and Linus Torvalds committed Sep 23, 2009
1 parent 4190ba1 commit 64808ed
Show file tree
Hide file tree
Showing 4 changed files with 687 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: 570327d9f48b0be5ca626bcfd80266b7ee2001aa
refs/heads/master: 0644c48672a3146c01bf7314d440edecf8742d62
6 changes: 6 additions & 0 deletions trunk/drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,12 @@ config SPI_SH_SCI
help
SPI driver for SuperH SCI blocks.

config SPI_STMP3XXX
tristate "Freescale STMP37xx/378x SPI/SSP controller"
depends on ARCH_STMP3XXX && SPI_MASTER
help
SPI driver for Freescale STMP37xx/378x SoC SSP interface

config SPI_TXX9
tristate "Toshiba TXx9 SPI controller"
depends on GENERIC_GPIO && CPU_TX49XX
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/spi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ 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_STMP3XXX) += spi_stmp.o
# ... add above this line ...

# SPI protocol drivers (device/link on bus)
Expand Down
Loading

0 comments on commit 64808ed

Please sign in to comment.