aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-05-09 12:59:16 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2013-05-09 12:59:16 -0400
commit5647ac0ad4f355817b788372a01cb293ed63bde4 (patch)
treebb454ce9bf63f145c467e042cd2f5b3367c1a9aa /drivers/spi
parent1763e735b0a093a6747078b3bd101f079e576ab6 (diff)
parentf4c54050640e7afa4749875cf9b900d42db361c0 (diff)
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
Pull removal of GENERIC_GPIO from Grant Likely: "GENERIC_GPIO now synonymous with GPIOLIB. There are no longer any valid cases for enableing GENERIC_GPIO without GPIOLIB, even though it is possible to do so which has been causing confusion and breakage. This branch does the work to completely eliminate GENERIC_GPIO." * tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux: gpio: update gpio Chinese documentation Remove GENERIC_GPIO config option Convert selectors of GENERIC_GPIO to GPIOLIB blackfin: force use of gpiolib m68k: coldfire: use gpiolib mips: pnx833x: remove requirement for GENERIC_GPIO openrisc: default GENERIC_GPIO to false avr32: default GENERIC_GPIO to false xtensa: remove explicit selection of GENERIC_GPIO sh: replace CONFIG_GENERIC_GPIO by CONFIG_GPIOLIB powerpc: remove redundant GENERIC_GPIO selection unicore32: default GENERIC_GPIO to false unicore32: remove unneeded select GENERIC_GPIO arm: plat-orion: use GPIO driver on CONFIG_GPIOLIB arm: remove redundant GENERIC_GPIO selection mips: alchemy: require gpiolib mips: txx9: change GENERIC_GPIO to GPIOLIB mips: loongson: use GPIO driver on CONFIG_GPIOLIB mips: remove redundant GENERIC_GPIO select
Diffstat (limited to 'drivers/spi')
-rw-r--r--drivers/spi/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 141d8c10b764..92a9345d7a6b 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -62,7 +62,7 @@ config SPI_ALTERA
62 62
63config SPI_ATH79 63config SPI_ATH79
64 tristate "Atheros AR71XX/AR724X/AR913X SPI controller driver" 64 tristate "Atheros AR71XX/AR724X/AR913X SPI controller driver"
65 depends on ATH79 && GENERIC_GPIO 65 depends on ATH79 && GPIOLIB
66 select SPI_BITBANG 66 select SPI_BITBANG
67 help 67 help
68 This enables support for the SPI controller present on the 68 This enables support for the SPI controller present on the
@@ -175,7 +175,7 @@ config SPI_FALCON
175 175
176config SPI_GPIO 176config SPI_GPIO
177 tristate "GPIO-based bitbanging SPI Master" 177 tristate "GPIO-based bitbanging SPI Master"
178 depends on GENERIC_GPIO 178 depends on GPIOLIB
179 select SPI_BITBANG 179 select SPI_BITBANG
180 help 180 help
181 This simple GPIO bitbanging SPI master uses the arch-neutral GPIO 181 This simple GPIO bitbanging SPI master uses the arch-neutral GPIO
@@ -259,7 +259,7 @@ config SPI_FSL_ESPI
259 259
260config SPI_OC_TINY 260config SPI_OC_TINY
261 tristate "OpenCores tiny SPI" 261 tristate "OpenCores tiny SPI"
262 depends on GENERIC_GPIO 262 depends on GPIOLIB
263 select SPI_BITBANG 263 select SPI_BITBANG
264 help 264 help
265 This is the driver for OpenCores tiny SPI master controller. 265 This is the driver for OpenCores tiny SPI master controller.
@@ -457,7 +457,7 @@ config SPI_TOPCLIFF_PCH
457 457
458config SPI_TXX9 458config SPI_TXX9
459 tristate "Toshiba TXx9 SPI controller" 459 tristate "Toshiba TXx9 SPI controller"
460 depends on GENERIC_GPIO && CPU_TX49XX 460 depends on GPIOLIB && CPU_TX49XX
461 help 461 help
462 SPI driver for Toshiba TXx9 MIPS SoCs 462 SPI driver for Toshiba TXx9 MIPS SoCs
463 463