1 --- a/drivers/spi/Kconfig
2 +++ b/drivers/spi/Kconfig
3 @@ -217,6 +217,13 @@ config SPI_XILINX
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
18 +++ b/drivers/spi/Makefile
19 @@ -30,6 +30,7 @@ obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24x
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)