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/i2c/busses | |
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/i2c/busses')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index adfee98486b1..631736e2e7ed 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -363,7 +363,7 @@ config I2C_BLACKFIN_TWI_CLK_KHZ | |||
363 | 363 | ||
364 | config I2C_CBUS_GPIO | 364 | config I2C_CBUS_GPIO |
365 | tristate "CBUS I2C driver" | 365 | tristate "CBUS I2C driver" |
366 | depends on GENERIC_GPIO | 366 | depends on GPIOLIB |
367 | help | 367 | help |
368 | Support for CBUS access using I2C API. Mostly relevant for Nokia | 368 | Support for CBUS access using I2C API. Mostly relevant for Nokia |
369 | Internet Tablets (770, N800 and N810). | 369 | Internet Tablets (770, N800 and N810). |
@@ -436,7 +436,7 @@ config I2C_EG20T | |||
436 | 436 | ||
437 | config I2C_GPIO | 437 | config I2C_GPIO |
438 | tristate "GPIO-based bitbanging I2C" | 438 | tristate "GPIO-based bitbanging I2C" |
439 | depends on GENERIC_GPIO | 439 | depends on GPIOLIB |
440 | select I2C_ALGOBIT | 440 | select I2C_ALGOBIT |
441 | help | 441 | help |
442 | This is a very simple bitbanging I2C driver utilizing the | 442 | This is a very simple bitbanging I2C driver utilizing the |