--- zzzz-none-000/linux-2.6.19.2/drivers/spi/Kconfig 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5504/linux-2.6.19.2/drivers/spi/Kconfig 2007-01-11 07:38:19.000000000 +0000 @@ -103,6 +103,20 @@ GPIO lines to provide the SPI bus. This can be used where the inbuilt hardware cannot provide the transfer mode, or where the board is using non hardware connected pins. + +config SPI_OMAP_UWIRE + tristate "OMAP MicroWire" + depends on SPI_MASTER && ARCH_OMAP + select SPI_BITBANG + help + This hooks up to the MicroWire controller on OMAP chips. + +config SPI_OMAP24XX + bool "McSPI driver for OMAP24xx" + depends on SPI_MASTER && ARCH_OMAP24XX + help + SPI master controller for OMAP24xx McSPI modules. + # # Add new SPI master controllers in alphabetical order above this line # @@ -121,7 +135,12 @@ comment "SPI Protocol Masters" depends on SPI_MASTER - +config TSC2102 + depends on SPI_MASTER + tristate "TSC2102 codec support" + ---help--- + Say Y here if you want support for the TSC2102 chip. It + will be needed for the touchscreen driver on some boards. # # Add new SPI protocol masters in alphabetical order above this line #