kernel: v3.10 has no GENERIC_GPIO anymore

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37355
This commit is contained in:
John Crispin
2013-07-15 21:05:53 +00:00
parent cb6375c20a
commit 947abea261
2 changed files with 2 additions and 2 deletions

View File

@@ -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.