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/muxes | |
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/muxes')
-rw-r--r-- | drivers/i2c/muxes/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/muxes/Kconfig b/drivers/i2c/muxes/Kconfig index 0be5b83c08fa..40062ed83f37 100644 --- a/drivers/i2c/muxes/Kconfig +++ b/drivers/i2c/muxes/Kconfig | |||
@@ -7,7 +7,7 @@ menu "Multiplexer I2C Chip support" | |||
7 | 7 | ||
8 | config I2C_MUX_GPIO | 8 | config I2C_MUX_GPIO |
9 | tristate "GPIO-based I2C multiplexer" | 9 | tristate "GPIO-based I2C multiplexer" |
10 | depends on GENERIC_GPIO | 10 | depends on GPIOLIB |
11 | help | 11 | help |
12 | If you say yes to this option, support will be included for a | 12 | If you say yes to this option, support will be included for a |
13 | GPIO based I2C multiplexer. This driver provides access to | 13 | GPIO based I2C multiplexer. This driver provides access to |