diff options
author | Girish <girishsg@ti.com> | 2008-02-06 04:38:16 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 13:41:11 -0500 |
commit | ccc7baed1868efd02dac88b32cba4a837a558536 (patch) | |
tree | e38690934ade336259044389b9d8ea6bbe3d3c31 /drivers/spi/Kconfig | |
parent | 37e466408796300ec935e15f01b4ca88678b96ef (diff) |
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>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 69e28ed272c1..d8107890db15 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -144,10 +144,10 @@ config SPI_OMAP_UWIRE | |||
144 | This hooks up to the MicroWire controller on OMAP1 chips. | 144 | This hooks up to the MicroWire controller on OMAP1 chips. |
145 | 145 | ||
146 | config SPI_OMAP24XX | 146 | config SPI_OMAP24XX |
147 | tristate "McSPI driver for OMAP24xx" | 147 | tristate "McSPI driver for OMAP24xx/OMAP34xx" |
148 | depends on SPI_MASTER && ARCH_OMAP24XX | 148 | depends on SPI_MASTER && (ARCH_OMAP24XX || ARCH_OMAP34XX) |
149 | help | 149 | help |
150 | SPI master controller for OMAP24xx Multichannel SPI | 150 | SPI master controller for OMAP24xx/OMAP34xx Multichannel SPI |
151 | (McSPI) modules. | 151 | (McSPI) modules. |
152 | 152 | ||
153 | config SPI_PXA2XX | 153 | config SPI_PXA2XX |