Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60794
b: refs/heads/master
c: ccdc7bf
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz authored and Linus Torvalds committed Jul 17, 2007
1 parent 0b58b1f commit 557ace5
Show file tree
Hide file tree
Showing 4 changed files with 1,089 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: f29ba280ecb46331c1f6842b094808af01131422
refs/heads/master: ccdc7bf925731ef37f0af95262d675b74544932f
6 changes: 6 additions & 0 deletions trunk/drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ config SPI_OMAP_UWIRE
help
This hooks up to the MicroWire controller on OMAP1 chips.

config SPI_OMAP24XX
tristate "McSPI driver for OMAP24xx"
depends on SPI_MASTER && ARCH_OMAP24XX
help
SPI master controller for OMAP24xx Multichannel SPI
(McSPI) modules.

config SPI_PXA2XX
tristate "PXA2xx SSP SPI master"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/spi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ obj-$(CONFIG_SPI_IMX) += spi_imx.o
obj-$(CONFIG_SPI_LM70_LLP) += spi_lm70llp.o
obj-$(CONFIG_SPI_PXA2XX) += pxa2xx_spi.o
obj-$(CONFIG_SPI_OMAP_UWIRE) += omap_uwire.o
obj-$(CONFIG_SPI_OMAP24XX) += omap2_mcspi.o
obj-$(CONFIG_SPI_MPC52xx_PSC) += mpc52xx_psc_spi.o
obj-$(CONFIG_SPI_MPC83xx) += spi_mpc83xx.o
obj-$(CONFIG_SPI_S3C24XX_GPIO) += spi_s3c24xx_gpio.o
Expand Down
Loading

0 comments on commit 557ace5

Please sign in to comment.