diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-08-04 23:09:55 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-04 23:10:15 +0200 |
commit | 1b9dbb85324a9e179e2b332d70c9222657a253ac (patch) | |
tree | aed4509bf0dcecd8323288957761d9d18006950a /target/linux/lantiq | |
parent | 61751155418ffc0453f510398c53b1c00fc1bc8e (diff) | |
download | upstream-1b9dbb85324a9e179e2b332d70c9222657a253ac.tar.gz upstream-1b9dbb85324a9e179e2b332d70c9222657a253ac.tar.bz2 upstream-1b9dbb85324a9e179e2b332d70c9222657a253ac.zip |
Revert "kernel: remove long obsolete gpio spi controller driver patch"
This reverts commit 9e62a7668c4085563a907da51a08819c88d04f33.
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/patches-4.4/0100-spi-add-support-for-Lantiq-SPI-controller.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/patches-4.4/0100-spi-add-support-for-Lantiq-SPI-controller.patch b/target/linux/lantiq/patches-4.4/0100-spi-add-support-for-Lantiq-SPI-controller.patch index cc3c851fc7..3dc60a7032 100644 --- a/target/linux/lantiq/patches-4.4/0100-spi-add-support-for-Lantiq-SPI-controller.patch +++ b/target/linux/lantiq/patches-4.4/0100-spi-add-support-for-Lantiq-SPI-controller.patch @@ -13,7 +13,7 @@ Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig -@@ -346,6 +346,13 @@ config SPI_MT65XX +@@ -355,6 +355,13 @@ config SPI_MT65XX say Y or M here.If you are not sure, say N. SPI drivers for Mediatek MT65XX and MT81XX series ARM SoCs. @@ -29,8 +29,8 @@ Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> depends on GPIOLIB || COMPILE_TEST --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile -@@ -44,6 +44,7 @@ obj-$(CONFIG_SPI_FSL_SPI) += spi-fsl-sp - obj-$(CONFIG_SPI_GPIO) += spi-gpio.o +@@ -45,6 +45,7 @@ obj-$(CONFIG_SPI_GPIO) += spi-gpio.o + obj-$(CONFIG_SPI_GPIO_OLD) += spi_gpio_old.o obj-$(CONFIG_SPI_IMG_SPFI) += spi-img-spfi.o obj-$(CONFIG_SPI_IMX) += spi-imx.o +obj-$(CONFIG_SPI_LANTIQ) += spi-lantiq.o |