[brcm63xx] use build system REVISION variable (#5317)
[openwrt-10.03/.git] / target / linux / brcm63xx / patches-2.6.27 / 050-spi.patch
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.
6  
7 +config SPI_BCM63XX
8 +       tristate "Broadcom BCM63xx SPI controller"
9 +       depends on BCM63XX
10 +       select SPI_BITBANG
11 +       help
12 +         SPI driver for the Broadcom BCM63xx SPI controller.
13 +
14  #
15  # Add new SPI master controllers in alphabetical order above this line
16  #
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 ...
25  
26  # SPI protocol drivers (device/link on bus)