Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26867
b: refs/heads/master
c: 7fba534
h: refs/heads/master
i:
  26865: 059ed4d
  26863: 8f56bbd
v: v3
  • Loading branch information
Ben Dooks authored and Linus Torvalds committed May 21, 2006
1 parent 464809f commit 21c8af8
Show file tree
Hide file tree
Showing 5 changed files with 490 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: 1fc7547d4bfe5c8c8c79e196b955b6fbaa21bfd2
refs/heads/master: 7fba53402eb0fb4209c74469814c583b6455e096
6 changes: 6 additions & 0 deletions trunk/drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ config SPI_S3C24XX_GPIO
#


config SPI_S3C24XX
tristate "Samsung S3C24XX series SPI"
depends on SPI_MASTER && ARCH_S3C2410 && EXPERIMENTAL
help
SPI driver for Samsung S3C24XX series ARM SoCs

#
# There are lots of SPI device types, with sensors and memory
# being probably the most widely used ones.
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/spi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ obj-$(CONFIG_SPI_BUTTERFLY) += spi_butterfly.o
obj-$(CONFIG_SPI_PXA2XX) += pxa2xx_spi.o
obj-$(CONFIG_SPI_MPC83xx) += spi_mpc83xx.o
obj-$(CONFIG_SPI_S3C24XX_GPIO) += spi_s3c24xx_gpio.o
obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24xx.o
# ... add above this line ...

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

0 comments on commit 21c8af8

Please sign in to comment.