brcm47xx: CONFIG_HAMRADIO=n makes no sense
[openwrt.git] / target / linux / ar71xx / patches-2.6.32 / 152-rb4xx-spi-driver.patch
1 --- a/drivers/spi/Kconfig
2 +++ b/drivers/spi/Kconfig
3 @@ -214,6 +214,12 @@ config SPI_PXA2XX
4           The driver can be configured to use any SSP port and additional
5           documentation can be found a Documentation/spi/pxa2xx.
6  
7 +config SPI_RB4XX
8 +       tristate "Mikrotik RB4XX SPI master"
9 +       depends on SPI_MASTER && AR71XX_MACH_RB4XX
10 +       help
11 +         SPI controller driver for the Mikrotik RB4xx series boards.
12 +
13  config SPI_S3C24XX
14         tristate "Samsung S3C24XX series SPI"
15         depends on ARCH_S3C2410 && EXPERIMENTAL
16 --- a/drivers/spi/Makefile
17 +++ b/drivers/spi/Makefile
18 @@ -33,6 +33,7 @@ obj-$(CONFIG_SPI_S3C24XX_GPIO)                += spi_s
19  obj-$(CONFIG_SPI_S3C24XX)              += spi_s3c24xx.o
20  obj-$(CONFIG_SPI_TXX9)                 += spi_txx9.o
21  obj-$(CONFIG_SPI_XILINX)               += xilinx_spi.o
22 +obj-$(CONFIG_SPI_RB4XX)                        += rb4xx_spi.o
23  obj-$(CONFIG_SPI_SH_SCI)               += spi_sh_sci.o
24  obj-$(CONFIG_SPI_STMP3XXX)             += spi_stmp.o
25  #      ... add above this line ...