spi: omap2_mcspi handles omap3 too

This adds driver OMAP SPI specific changes to support OMAP 3430

Signed-off-by: Girish S G <girishsg@ti.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Girish
2008-02-06 01:38:16 -08:00
committed by Linus Torvalds
parent 37e4664087
commit ccc7baed18
2 changed files with 39 additions and 4 deletions
+3 -3
View File
@@ -144,10 +144,10 @@ config SPI_OMAP_UWIRE
This hooks up to the MicroWire controller on OMAP1 chips.
config SPI_OMAP24XX
tristate "McSPI driver for OMAP24xx"
depends on SPI_MASTER && ARCH_OMAP24XX
tristate "McSPI driver for OMAP24xx/OMAP34xx"
depends on SPI_MASTER && (ARCH_OMAP24XX || ARCH_OMAP34XX)
help
SPI master controller for OMAP24xx Multichannel SPI
SPI master controller for OMAP24xx/OMAP34xx Multichannel SPI
(McSPI) modules.
config SPI_PXA2XX