Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ebeb545 authored by Syed Rafiuddin's avatar Syed Rafiuddin Committed by Tony Lindgren
Browse files

OMAP4: SPI: Fix Driver Kconfig



Change dependency to ARCH_OMAP2PLUS to allow systems based on
omap24xx, omap34xx or omap44xx

Cc: spi-devel-general@lists.sourceforge.net
Signed-off-by: default avatarSyed Rafiuddin <rafiuddin.syed@ti.com>
Signed-off-by: default avatarAbraham Arce <x0066660@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 03e7e170
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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