Skip to content

Commit

Permalink
OMAP4: SPI: Fix Driver Kconfig
Browse files Browse the repository at this point in the history
Change dependency to ARCH_OMAP2PLUS to allow systems based on
omap24xx, omap34xx or omap44xx

Cc: spi-devel-general@lists.sourceforge.net
Signed-off-by: Syed Rafiuddin <rafiuddin.syed@ti.com>
Signed-off-by: Abraham Arce <x0066660@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Syed Rafiuddin authored and Tony Lindgren committed May 20, 2010
1 parent 03e7e17 commit 8ebeb54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ config SPI_OMAP_UWIRE
This hooks up to the MicroWire controller on OMAP1 chips.

config SPI_OMAP24XX
tristate "McSPI driver for OMAP24xx/OMAP34xx"
depends on ARCH_OMAP2 || ARCH_OMAP3
tristate "McSPI driver for OMAP"
depends on ARCH_OMAP2PLUS
help
SPI master controller for OMAP24xx/OMAP34xx Multichannel SPI
SPI master controller for OMAP24XX and later Multichannel SPI
(McSPI) modules.

config SPI_OMAP_100K
Expand Down

0 comments on commit 8ebeb54

Please sign in to comment.