1 --- a/drivers/spi/Kconfig 2009-03-06 02:24:35.000000000 +0100
2 +++ b/drivers/spi/Kconfig 2009-03-06 02:25:01.000000000 +0100
4 See the "OPB Serial Peripheral Interface (SPI) (v1.00e)"
5 Product Specification document (DS464) for hardware details.
8 + tristate "Broadcom BCM63xx SPI controller"
12 + SPI driver for the Broadcom BCM63xx SPI controller.
15 # Add new SPI master controllers in alphabetical order above this line
17 --- a/drivers/spi/Makefile 2009-03-06 02:25:07.000000000 +0100
18 +++ b/drivers/spi/Makefile 2009-03-06 02:24:13.000000000 +0100
20 obj-$(CONFIG_SPI_TXX9) += spi_txx9.o
21 obj-$(CONFIG_SPI_XILINX) += xilinx_spi.o
22 obj-$(CONFIG_SPI_SH_SCI) += spi_sh_sci.o
23 +obj-$(CONFIG_SPI_BCM63XX) += bcm63xx_spi.o
24 # ... add above this line ...
26 # SPI protocol drivers (device/link on bus)