aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.27/050-spi.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-10-30 09:55:53 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-10-30 09:55:53 +0000
commit5e7b871d8a6942c02afbb5db425f855dca4466fd (patch)
tree2005e3079c05387ebe975cac7a00e51e842a106b /target/linux/brcm63xx/patches-2.6.27/050-spi.patch
parent9364f83dbc5f198c30c10347f7d9fbb9c067c757 (diff)
downloadupstream-5e7b871d8a6942c02afbb5db425f855dca4466fd.tar.gz
upstream-5e7b871d8a6942c02afbb5db425f855dca4466fd.tar.bz2
upstream-5e7b871d8a6942c02afbb5db425f855dca4466fd.zip
remove no longer used configs and patches
SVN-Revision: 18221
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.27/050-spi.patch')
-rw-r--r--target/linux/brcm63xx/patches-2.6.27/050-spi.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.27/050-spi.patch b/target/linux/brcm63xx/patches-2.6.27/050-spi.patch
deleted file mode 100644
index fe3c430f13..0000000000
--- a/target/linux/brcm63xx/patches-2.6.27/050-spi.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/drivers/spi/Kconfig
-+++ b/drivers/spi/Kconfig
-@@ -217,6 +217,13 @@ config SPI_XILINX
- See the "OPB Serial Peripheral Interface (SPI) (v1.00e)"
- Product Specification document (DS464) for hardware details.
-
-+config SPI_BCM63XX
-+ tristate "Broadcom BCM63xx SPI controller"
-+ depends on BCM63XX
-+ select SPI_BITBANG
-+ help
-+ SPI driver for the Broadcom BCM63xx SPI controller.
-+
- #
- # Add new SPI master controllers in alphabetical order above this line
- #
---- a/drivers/spi/Makefile
-+++ b/drivers/spi/Makefile
-@@ -30,6 +30,7 @@ obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24x
- obj-$(CONFIG_SPI_TXX9) += spi_txx9.o
- obj-$(CONFIG_SPI_XILINX) += xilinx_spi.o
- obj-$(CONFIG_SPI_SH_SCI) += spi_sh_sci.o
-+obj-$(CONFIG_SPI_BCM63XX) += bcm63xx_spi.o
- # ... add above this line ...
-
- # SPI protocol drivers (device/link on bus)