Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176183
b: refs/heads/master
c: 8051eff
h: refs/heads/master
i:
  176181: e185a64
  176179: 81decfb
  176175: d642916
v: v3
  • Loading branch information
Magnus Damm authored and Grant Likely committed Dec 13, 2009
1 parent b9c6c59 commit c2ea658
Show file tree
Hide file tree
Showing 5 changed files with 710 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: 41df70d9ac2d0d36b23a0ec4866f67e540f366ff
refs/heads/master: 8051effcbced8478119167b93b0e9554cb82d28e
7 changes: 7 additions & 0 deletions trunk/drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,13 @@ config SPI_S3C24XX_GPIO
the inbuilt hardware cannot provide the transfer mode, or
where the board is using non hardware connected pins.

config SPI_SH_MSIOF
tristate "SuperH MSIOF SPI controller"
depends on SUPERH && HAVE_CLK
select SPI_BITBANG
help
SPI driver for SuperH MSIOF blocks.

config SPI_SH_SCI
tristate "SuperH SCI SPI controller"
depends on SUPERH
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/spi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ obj-$(CONFIG_SPI_XILINX) += xilinx_spi.o
obj-$(CONFIG_SPI_XILINX_OF) += xilinx_spi_of.o
obj-$(CONFIG_SPI_XILINX_PLTFM) += xilinx_spi_pltfm.o
obj-$(CONFIG_SPI_SH_SCI) += spi_sh_sci.o
obj-$(CONFIG_SPI_SH_MSIOF) += spi_sh_msiof.o
obj-$(CONFIG_SPI_STMP3XXX) += spi_stmp.o
# ... add above this line ...

Expand Down
Loading

0 comments on commit c2ea658

Please sign in to comment.