aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.10/862-gpio_spi_driver.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/patches-3.10/862-gpio_spi_driver.patch')
-rw-r--r--target/linux/generic/patches-3.10/862-gpio_spi_driver.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.10/862-gpio_spi_driver.patch b/target/linux/generic/patches-3.10/862-gpio_spi_driver.patch
index 80badc674a..2d79cdeeb8 100644
--- a/target/linux/generic/patches-3.10/862-gpio_spi_driver.patch
+++ b/target/linux/generic/patches-3.10/862-gpio_spi_driver.patch
@@ -351,7 +351,7 @@ Please use the new mainline SPI-GPIO driver, as of 2.6.29.
+config SPI_GPIO_OLD
+ tristate "Old GPIO API based bitbanging SPI controller (DEPRECATED)"
-+ depends on SPI_MASTER && GENERIC_GPIO
++ depends on SPI_MASTER && GPIOLIB
+ select SPI_BITBANG
+ help
+ This code is deprecated. Please use the new mainline SPI-GPIO driver.