X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3e6a0c14b44e8e6df086cb1cd87e5d9d87d57794..7cacceb8caa88d097e99527e06fc8afab04bbb59:/target/linux/generic-2.6/patches-2.6.23/921-gpio_spi_driver.patch diff --git a/target/linux/generic-2.6/patches-2.6.23/921-gpio_spi_driver.patch b/target/linux/generic-2.6/patches-2.6.23/921-gpio_spi_driver.patch index aa4e6ee0a..1ad193249 100644 --- a/target/linux/generic-2.6/patches-2.6.23/921-gpio_spi_driver.patch +++ b/target/linux/generic-2.6/patches-2.6.23/921-gpio_spi_driver.patch @@ -1,7 +1,5 @@ -Index: linux-2.6.23.16/drivers/spi/Kconfig -=================================================================== ---- linux-2.6.23.16.orig/drivers/spi/Kconfig -+++ linux-2.6.23.16/drivers/spi/Kconfig +--- a/drivers/spi/Kconfig ++++ b/drivers/spi/Kconfig @@ -100,6 +100,11 @@ config SPI_BUTTERFLY inexpensive battery powered microcontroller evaluation board. This same cable can be used to flash new firmware. @@ -14,10 +12,8 @@ Index: linux-2.6.23.16/drivers/spi/Kconfig config SPI_IMX tristate "Freescale iMX SPI controller" depends on SPI_MASTER && ARCH_IMX && EXPERIMENTAL -Index: linux-2.6.23.16/drivers/spi/Makefile -=================================================================== ---- linux-2.6.23.16.orig/drivers/spi/Makefile -+++ linux-2.6.23.16/drivers/spi/Makefile +--- a/drivers/spi/Makefile ++++ b/drivers/spi/Makefile @@ -16,6 +16,7 @@ obj-$(CONFIG_SPI_BFIN) += spi_bfin5xx. obj-$(CONFIG_SPI_BITBANG) += spi_bitbang.o obj-$(CONFIG_SPI_AU1550) += au1550_spi.o