diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2012-04-23 20:31:18 +0200 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2012-05-12 14:28:16 +0200 |
commit | 951eef3955117cfaf3eafea601bf06ba2090ca0f (patch) | |
tree | 67e05f1ecddf23ad83272e63d6b160eeaa677d40 /drivers/i2c | |
parent | bc45449b1444611d68466ae7f45f235420d79019 (diff) | |
download | linux-3.10-951eef3955117cfaf3eafea601bf06ba2090ca0f.tar.gz linux-3.10-951eef3955117cfaf3eafea601bf06ba2090ca0f.tar.bz2 linux-3.10-951eef3955117cfaf3eafea601bf06ba2090ca0f.zip |
i2c: muxes are not EXPERIMENTAL anymore
We got multiple patches to add mux support to device tree, so people are
using it happily already and build up on it. I also used it in a project
without encountering problems. 20 months of EXPERIMENTAL should do for
this.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Michael Lawnick <ml.lawnick@gmx.de>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: David Daney <ddaney.cavm@gmail.com>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 5f13c62e64b..5a3bb3d738d 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -49,7 +49,6 @@ config I2C_CHARDEV config I2C_MUX tristate "I2C bus multiplexing support" - depends on EXPERIMENTAL help Say Y here if you want the I2C core to support the ability to handle multiplexed I2C bus topologies, by presenting each |