diff options
author | John Crispin <john@openwrt.org> | 2013-07-15 21:05:53 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-07-15 21:05:53 +0000 |
commit | 947abea2612ae4917e453c324059c2d2d342783d (patch) | |
tree | 168e41f6fb6191c3e2e0a949116c6def1369eed9 /target/linux/generic/patches-3.10/862-gpio_spi_driver.patch | |
parent | cb6375c20a524529be05bb92327cdf87642b047b (diff) | |
download | mtk-20170518-947abea2612ae4917e453c324059c2d2d342783d.zip mtk-20170518-947abea2612ae4917e453c324059c2d2d342783d.tar.gz mtk-20170518-947abea2612ae4917e453c324059c2d2d342783d.tar.bz2 |
kernel: v3.10 has no GENERIC_GPIO anymore
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37355
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.patch | 2 |
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 80badc6..2d79cde 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. |