diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-28 07:34:56 -0400 |
---|---|---|
committer | Alexandre Courbot <acourbot@nvidia.com> | 2013-04-16 05:47:14 -0400 |
commit | 76ec9d18b8972f1b228f819f6126c9f022b3e642 (patch) | |
tree | c860b7360ffc3a99b2eb6db8cf132bffd4191804 /drivers/spi/Kconfig | |
parent | a2523d3cdab76fbda28414fd82743815f3cc3df7 (diff) |
Convert selectors of GENERIC_GPIO to GPIOLIB
GENERIC_GPIO is now equivalent to GPIOLIB and features that depended on
GENERIC_GPIO can now depend on GPIOLIB to allow removal of this option.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index f80eee74a311..134b6f3d0274 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -61,7 +61,7 @@ config SPI_ALTERA | |||
61 | 61 | ||
62 | config SPI_ATH79 | 62 | config SPI_ATH79 |
63 | tristate "Atheros AR71XX/AR724X/AR913X SPI controller driver" | 63 | tristate "Atheros AR71XX/AR724X/AR913X SPI controller driver" |
64 | depends on ATH79 && GENERIC_GPIO | 64 | depends on ATH79 && GPIOLIB |
65 | select SPI_BITBANG | 65 | select SPI_BITBANG |
66 | help | 66 | help |
67 | This enables support for the SPI controller present on the | 67 | This enables support for the SPI controller present on the |
@@ -163,7 +163,7 @@ config SPI_FALCON | |||
163 | 163 | ||
164 | config SPI_GPIO | 164 | config SPI_GPIO |
165 | tristate "GPIO-based bitbanging SPI Master" | 165 | tristate "GPIO-based bitbanging SPI Master" |
166 | depends on GENERIC_GPIO | 166 | depends on GPIOLIB |
167 | select SPI_BITBANG | 167 | select SPI_BITBANG |
168 | help | 168 | help |
169 | This simple GPIO bitbanging SPI master uses the arch-neutral GPIO | 169 | This simple GPIO bitbanging SPI master uses the arch-neutral GPIO |
@@ -240,7 +240,7 @@ config SPI_FSL_ESPI | |||
240 | 240 | ||
241 | config SPI_OC_TINY | 241 | config SPI_OC_TINY |
242 | tristate "OpenCores tiny SPI" | 242 | tristate "OpenCores tiny SPI" |
243 | depends on GENERIC_GPIO | 243 | depends on GPIOLIB |
244 | select SPI_BITBANG | 244 | select SPI_BITBANG |
245 | help | 245 | help |
246 | This is the driver for OpenCores tiny SPI master controller. | 246 | This is the driver for OpenCores tiny SPI master controller. |
@@ -430,7 +430,7 @@ config SPI_TOPCLIFF_PCH | |||
430 | 430 | ||
431 | config SPI_TXX9 | 431 | config SPI_TXX9 |
432 | tristate "Toshiba TXx9 SPI controller" | 432 | tristate "Toshiba TXx9 SPI controller" |
433 | depends on GENERIC_GPIO && CPU_TX49XX | 433 | depends on GPIOLIB && CPU_TX49XX |
434 | help | 434 | help |
435 | SPI driver for Toshiba TXx9 MIPS SoCs | 435 | SPI driver for Toshiba TXx9 MIPS SoCs |
436 | 436 | ||