From e411781235926553672b8b9c86993b3d565284f8 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 15 Jul 2013 21:05:53 +0000 Subject: kernel: v3.10 has no GENERIC_GPIO anymore Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37355 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/patches-3.10/862-gpio_spi_driver.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/patches-3.10/862-gpio_spi_driver.patch') 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. -- cgit v1.2.3