From: Juha Yrjola Date: Mon, 19 Mar 2007 20:20:18 +0000 (-0400) Subject: SPI: Add an SPI master driver for the OMAP2 McSPI controller X-Git-Tag: v2.6.21-omap1~69^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4795e62fed744dcb7b2beca293987aebc3329a3b;p=pandora-kernel.git SPI: Add an SPI master driver for the OMAP2 McSPI controller Add an SPI master driver for the OMAP2 McSPI controller Signed-off-by: Juha Yrjola --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 7e54e48efd5c..f19e395d758c 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -108,6 +108,11 @@ config SPI_OMAP_UWIRE help This hooks up to the MicroWire controller on OMAP1 chips. +config SPI_OMAP24XX + bool "McSPI driver for OMAP24xx" + depends on SPI_MASTER && ARCH_OMAP24XX + help + SPI master controller for OMAP24xx McSPI modules. config SPI_PXA2XX tristate "PXA2xx SSP SPI master" diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index 3c280ad89202..457f35be3d24 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile @@ -17,6 +17,7 @@ obj-$(CONFIG_SPI_BUTTERFLY) += spi_butterfly.o obj-$(CONFIG_SPI_IMX) += spi_imx.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_MPC83xx) += spi_mpc83xx.o obj-$(CONFIG_SPI_S3C24XX_GPIO) += spi_s3c24xx_gpio.o obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24xx.o Reading git-diff-tree failed