diff options
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 |