mirror of https://github.com/hak5/openwrt-owl.git
kernel: v3.10 has no GENERIC_GPIO anymore
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37355owl
parent
cb6375c20a
commit
947abea261
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
+config RTL8366_SMI
|
+config RTL8366_SMI
|
||||||
+ tristate "Driver for the RTL8366 SMI interface"
|
+ tristate "Driver for the RTL8366 SMI interface"
|
||||||
+ depends on GENERIC_GPIO
|
+ depends on GPIOLIB
|
||||||
+ ---help---
|
+ ---help---
|
||||||
+ This module implements the SMI interface protocol which is used
|
+ This module implements the SMI interface protocol which is used
|
||||||
+ by some RTL8366 ethernet switch devices via the generic GPIO API.
|
+ by some RTL8366 ethernet switch devices via the generic GPIO API.
|
||||||
|
|
|
@ -351,7 +351,7 @@ Please use the new mainline SPI-GPIO driver, as of 2.6.29.
|
||||||
|
|
||||||
+config SPI_GPIO_OLD
|
+config SPI_GPIO_OLD
|
||||||
+ tristate "Old GPIO API based bitbanging SPI controller (DEPRECATED)"
|
+ tristate "Old GPIO API based bitbanging SPI controller (DEPRECATED)"
|
||||||
+ depends on SPI_MASTER && GENERIC_GPIO
|
+ depends on SPI_MASTER && GPIOLIB
|
||||||
+ select SPI_BITBANG
|
+ select SPI_BITBANG
|
||||||
+ help
|
+ help
|
||||||
+ This code is deprecated. Please use the new mainline SPI-GPIO driver.
|
+ This code is deprecated. Please use the new mainline SPI-GPIO driver.
|
||||||
|
|
Loading…
Reference in New Issue